Browse Source

modift ops import

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

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

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


Examples: 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 >>> import mindspore.ops as ops


Note: Note:


Loading…
Cancel
Save