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
commit
f0d2b47dab
2 changed files with 1 additions and 2 deletions
  1. +0
    -1
      ge/hybrid/executor/hybrid_model_executor.cc
  2. +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

Loading…
Cancel
Save