Browse Source

Fix bug.

pull/1329/head
unknown 4 years ago
parent
commit
54a2f6b92a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/graph/load/model_manager/davinci_model.cc

+ 1
- 1
ge/graph/load/model_manager/davinci_model.cc View File

@@ -3763,7 +3763,7 @@ Status DavinciModel::NnExecute(rtStream_t stream, bool async_mode, const InputDa
GE_CHK_RT_EXEC(rt_ret, return RT_ERROR_TO_GE_STATUS(rt_ret));
GE_IF_BOOL_EXEC(ProfilingManager::Instance().ProfilingModelExecuteOn(), SetProfileTime(MODEL_INFER_END));
GELOGD("rtModelExecute end");
GE_CHK_STATUS_RET_NOLOG(ProfileStepInfo(this, 1));
GE_CHK_STATUS_RET_NOLOG(ProfileStepInfo(this, 1));
iterator_count_++;
}



Loading…
Cancel
Save