!338 Fix arg_min_with_value op bug

Merge pull request !338 from zjun/fix_arg_min_with_value_bug
This commit is contained in:
mindspore-ci-bot 2020-04-15 19:09:36 +08:00 committed by Gitee
commit fa4a950562
1 changed files with 1 additions and 1 deletions

View File

@ -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") \