This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
MindSpore-GraphEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
10
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
;
pull/1499/head
wjm
4 years ago
parent
260c178e5b
commit
c32d264de6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ge/model/ge_root_model.h
+ 1
- 1
ge/model/ge_root_model.h
View File
@@ -44,7 +44,7 @@ class GeRootModel {
void SetModelName(const std::string &model_name) { model_name_ = model_name; }
const std::string &GetModelName() const { return model_name_; }
;
const std::string &GetModelName() const { return model_name_; }
Status CheckIsUnknownShape(bool &is_dynamic_shape);
Write
Preview
Loading…
Cancel
Save