提交 fa4a9505 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!338 Fix arg_min_with_value op bug

Merge pull request !338 from zjun/fix_arg_min_with_value_bug
......@@ -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.
先完成此消息的编辑!
想要评论请 注册