Browse Source

update OPS interface master

tags/v1.1.0
liuyang_655 5 years ago
parent
commit
76501bb5b3
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      mindspore/ops/__init__.py

+ 1
- 3
mindspore/ops/__init__.py View File

@@ -18,9 +18,7 @@ Operators can be used in the construct function of Cell.

Examples:

>>> from mindspore.ops import operations as P
>>> from mindspore.ops import composite as C
>>> from mindspore.ops import functional as F
>>> import mindspore.ops as ops

Note:
- The Primitive operators in operations need to be used after instantiation.


Loading…
Cancel
Save