pull/1329/head
unknown 4 years ago
parent 06eb77c6c9
commit 54a2f6b92a

@ -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