From 76501bb5b3cd69254f026f2705166ebb246d526b Mon Sep 17 00:00:00 2001 From: liuyang_655 Date: Wed, 23 Sep 2020 10:36:17 +0800 Subject: [PATCH] update OPS interface master --- mindspore/ops/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mindspore/ops/__init__.py b/mindspore/ops/__init__.py index 68a209f6a9..268cb0be20 100644 --- a/mindspore/ops/__init__.py +++ b/mindspore/ops/__init__.py @@ -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.