forked from mindspore-Ecosystem/mindspore
update OPS interface master
This commit is contained in:
parent
5ebdaaca26
commit
76501bb5b3
|
@ -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…
Reference in New Issue