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
reverse reduce precision support int64 to int32
tags/v1.1.0
liubuyu
5 years ago
parent
eeda385f61
commit
9f7921a663
1 changed files
with
0 additions
and
6 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-6
mindspore/ccsrc/runtime/device/ascend/kernel_select_ascend.cc
+ 0
- 6
mindspore/ccsrc/runtime/device/ascend/kernel_select_ascend.cc
View File
@@ -183,12 +183,6 @@ void AddSupportMixedPrecisionDataTypeIndex(TypeId data_type, std::vector<int> *s
case kNumberTypeFloat:
case kNumberTypeFloat:
index = 1;
index = 1;
break;
break;
case kNumberTypeInt32:
index = 0;
break;
case kNumberTypeInt64:
index = 1;
break;
default:
default:
break;
break;
}
}
Write
Preview
Loading…
Cancel
Save