This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
graphengine
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
display model info
tags/v1.2.0
wangwenhua1@huawei.com
3 years ago
parent
0d1fbcef54
commit
ae345567d6
1 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-5
inc/framework/common/ge_types.h
+ 5
- 5
inc/framework/common/ge_types.h
View File
@@ -44,11 +44,11 @@ enum FrameworkType {
};
const std::map<std::string, std::string> kFwkTypeToStr = {
{"0", "Caffe"},
{"1", "MindSpore"},
{"3", "TensorFlow"},
{"4", "Android_NN"},
{"5", "Onnx"}
{"0", "Caffe"},
{"1", "MindSpore"},
{"3", "TensorFlow"},
{"4", "Android_NN"},
{"5", "Onnx"}
};
enum OpEngineType {
Write
Preview
Loading…
Cancel
Save