From 7ce9056fc8a288fbdd03691d7803218af574bfbe Mon Sep 17 00:00:00 2001 From: hedongdong Date: Fri, 8 Jan 2021 09:31:55 +0800 Subject: [PATCH] Correct the description error of the operator Depend --- mindspore/ops/operations/other_ops.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mindspore/ops/operations/other_ops.py b/mindspore/ops/operations/other_ops.py index b9a46332dbb..a54826c0bb9 100644 --- a/mindspore/ops/operations/other_ops.py +++ b/mindspore/ops/operations/other_ops.py @@ -417,9 +417,6 @@ class Depend(Primitive): """ Depend is used for processing side-effect operations. - Note: - Internal API, not for public use. - Inputs: - **value** (Tensor) - the real value to return for depend operator. - **expr** (Expression) - the expression to execute with no outputs.