This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
zzy34407230
/
mindspore2022
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
22
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix cpu argmax register
tags/v0.5.0-beta
kswang
5 years ago
parent
ee27718176
commit
9d5502a4b6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/ccsrc/kernel/cpu/argmax_cpu_kernel.h
+ 1
- 1
mindspore/ccsrc/kernel/cpu/argmax_cpu_kernel.h
View File
@@ -37,7 +37,7 @@ class ArgmaxCPUKernel : public CPUKernel {
size_t batch_size_{0};
};
MS_REG_CPU_KERNEL(Argmax, KernelAttr().AddInputAttr(kNumberTypeFloat32).AddOutputAttr(kNumberType
Floa
t32),
MS_REG_CPU_KERNEL(Argmax, KernelAttr().AddInputAttr(kNumberTypeFloat32).AddOutputAttr(kNumberType
In
t32),
ArgmaxCPUKernel);
} // namespace kernel
} // namespace mindspore
Write
Preview
Loading…
Cancel
Save