This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
fix bug of dynamic shape load error
pull/1266/head
wxl
4 years ago
parent
f8acefb43d
commit
d74426596a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ge/graph/passes/prune_pass.cc
+ 1
- 1
ge/graph/passes/prune_pass.cc
View File
@@ -27,7 +27,7 @@
namespace ge {
Status PrunePass::Run(ge::ComputeGraphPtr graph) {
GELOGD("PrunePass Start, graph is [%s]
.
", graph->GetName().c_str());
GELOGD("PrunePass Start, graph is [%s]", graph->GetName().c_str());
if (graph == nullptr) {
GELOGE(GE_GRAPH_ISNULL, "input compute graph is NULL.");
return GE_GRAPH_ISNULL;
Write
Preview
Loading…
Cancel
Save