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
!1099
correct iteration num for dynamic shape
From:
@isaacxr
Reviewed-by: @wqtshg,@ji_chen Signed-off-by:
@ji_chen
tags/v1.2.0
mindspore-ci-bot
Gitee
3 years ago
parent
4a476f7eb8
9ac30b6472
commit
f0d2b47dab
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
ge/hybrid/executor/hybrid_model_executor.cc
+1
-1
metadef
+ 0
- 1
ge/hybrid/executor/hybrid_model_executor.cc
View File
@@ -81,7 +81,6 @@ Status HybridModelExecutor::ExecuteGraphInternal(SubgraphExecutor &executor,
args.outputs.clear();
HYBRID_CHK_STATUS_RET(executor.GetOutputs(args.outputs, args.output_desc), "Failed to get outputs");
RECORD_MODEL_EXECUTION_EVENT(&context_, "[GetOutput] End");
context_.iteration +=1;
return SUCCESS;
}
+ 1
- 1
metadef
@@ -1 +1 @@
Subproject commit
e470379501af3042ee5f7e2fa3be338a594fabb3
Subproject commit
7a4a857590baaf80ce2d907c910b85163c91a011
Write
Preview
Loading…
Cancel
Save