From fe220259fabb882bf6ee3308961c0910e269da83 Mon Sep 17 00:00:00 2001 From: jiangjinsheng Date: Thu, 21 May 2020 10:43:10 +0800 Subject: [PATCH] fixed comment for merge --- mindspore/ops/operations/control_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/ops/operations/control_ops.py b/mindspore/ops/operations/control_ops.py index 736855a046..09889aa907 100644 --- a/mindspore/ops/operations/control_ops.py +++ b/mindspore/ops/operations/control_ops.py @@ -140,7 +140,7 @@ class Merge(PrimitiveWithInfer): One and only one of the inputs should be selected as the output Inputs: - - **inputs** (Tuple) - The data to be merged. All tuple elements should have same shape. + - **inputs** (Tuple) - The data to be merged. Outputs: tuple. Output is tuple(`data`, `output_index`). The `data` has the same shape of `inputs` element.