提交 5617143f 编写于 作者: Z zjun

Fix arg_min_with_value bug

上级 f7aadb4d
......@@ -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") \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册