This commit is contained in:
lianliguang 2021-07-08 17:51:14 +08:00
parent e5b0288076
commit 8d3317685f
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ BUILT_IN_CUSTOM_OPS_REGISTER_PATH = "mindspore/ops/_op_impl/_custom_op"
def op_info_register(op_info):
"""
r"""
A decorator which is used to register an operator.
Note:
@ -576,7 +576,7 @@ class DataType:
Please add it if necessary.
current support:
.. code-block::
None_None = ("", "")
None_Default = ("", "DefaultFormat")
BOOL_None = ("bool", "")