Browse Source

Correct the description error of the operator Depend

tags/v1.2.0-rc1
hedongdong 5 years ago
parent
commit
7ce9056fc8
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      mindspore/ops/operations/other_ops.py

+ 0
- 3
mindspore/ops/operations/other_ops.py View File

@@ -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…
Cancel
Save