Browse Source

fixed comment for merge

tags/v0.3.0-alpha
jiangjinsheng 5 years ago
parent
commit
fe220259fa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ops/operations/control_ops.py

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

@@ -140,7 +140,7 @@ class Merge(PrimitiveWithInfer):
One and only one of the inputs should be selected as the output One and only one of the inputs should be selected as the output


Inputs: Inputs:
- **inputs** (Tuple) - The data to be merged. All tuple elements should have same shape.
- **inputs** (Tuple) - The data to be merged.


Outputs: Outputs:
tuple. Output is tuple(`data`, `output_index`). The `data` has the same shape of `inputs` element. tuple. Output is tuple(`data`, `output_index`). The `data` has the same shape of `inputs` element.


Loading…
Cancel
Save