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
Feature: Get default from ge ir graph while no user input shape
tags/v1.2.0
l00444296
4 years ago
parent
b0b8ca9d35
commit
261a6004fa
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ge/ir_build/ge_ir_build.cc
+ 1
- 0
ge/ir_build/ge_ir_build.cc
View File
@@ -311,6 +311,7 @@ graphStatus Impl::GetDefaultInputShape(const Graph &graph, string &default_shape
}
}
GELOGI("Get default data op shape from ge ir graph: %s", default_shape.c_str());
return GRAPH_SUCCESS;
}
graphStatus Impl::Init(const Graph &graph, const std::map<std::string, std::string> &options) {
Write
Preview
Loading…
Cancel
Save