This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!338
Fix arg_min_with_value op bug
Merge pull request
!338
from zjun/fix_arg_min_with_value_bug
tags/v0.2.0-alpha
mindspore-ci-bot
Gitee
6 years ago
parent
eaa4186ba3
5617143fb8
commit
fa4a950562
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/ops/_op_impl/tbe/arg_min_with_value.py
+ 1
- 1
mindspore/ops/_op_impl/tbe/arg_min_with_value.py
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("ArgM
ax
WithValue") \
arg_min_with_value_op_info = TBERegOp("ArgM
in
WithValue") \
.fusion_type("ELEMWISE") \
.async_flag(False) \
.binfile_name("arg_min_with_value.so") \
Write
Preview
Loading…
Cancel
Save