Browse Source

Modify the comment of InsertGradientOf

tags/v0.5.0-beta
simson 5 years ago
parent
commit
c24e90a3a6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ops/operations/debug_ops.py

+ 1
- 1
mindspore/ops/operations/debug_ops.py View File

@@ -191,7 +191,7 @@ class InsertGradientOf(PrimitiveWithInfer):
f (Function): MindSpore's Function. Callback function.

Inputs:
- **input_x** (Tensor) - The graph node to attach to.
- **input_x** (Any) - The graph node to attach to.

Outputs:
Tensor, returns `input_x` directly. `InsertGradientOf` does not affect the forward result.


Loading…
Cancel
Save