forked from mindspore-Ecosystem/mindspore
!11091 Correct the description error of the operator Depend.
From: @david-he91 Reviewed-by: @liangchenghui,@wuxuejian Signed-off-by: @liangchenghui
This commit is contained in:
commit
69de2c376d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue