diff --git a/mindspore/ops/_op_impl/tbe/arg_min_with_value.py b/mindspore/ops/_op_impl/tbe/arg_min_with_value.py index a23005403b..b0c23ef301 100644 --- a/mindspore/ops/_op_impl/tbe/arg_min_with_value.py +++ b/mindspore/ops/_op_impl/tbe/arg_min_with_value.py @@ -16,7 +16,7 @@ """ArgMinWithValue op""" from mindspore.ops.op_info_register import op_info_register, TBERegOp, DataType -arg_min_with_value_op_info = TBERegOp("ArgMaxWithValue") \ +arg_min_with_value_op_info = TBERegOp("ArgMinWithValue") \ .fusion_type("ELEMWISE") \ .async_flag(False) \ .binfile_name("arg_min_with_value.so") \