Browse Source

!7009 Add import for ops

Merge pull request !7009 from liuyang/ops
tags/v1.1.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
11a04a889b
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:

>>> 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:


Loading…
Cancel
Save