!6758 Update OPS interface for master

Merge pull request !6758 from liuyang/ops_update_master
This commit is contained in:
mindspore-ci-bot 2020-09-23 16:48:15 +08:00 committed by Gitee
commit 2c2387894b
1 changed files with 1 additions and 3 deletions

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.