|
|
@@ -2828,6 +2828,7 @@ void *DavinciModel::Run(DavinciModel *model) { |
|
|
GELOGI("data_wrapper is null!"); |
|
|
GELOGI("data_wrapper is null!"); |
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
|
|
|
GE_TIMESTAMP_EVENT_END(Model_PopData, "Model pop input data"); |
|
|
GELOGI("Getting the input data, model_id:%u", model_id); |
|
|
GELOGI("Getting the input data, model_id:%u", model_id); |
|
|
GE_IF_BOOL_EXEC(!model->RunFlag(), break); |
|
|
GE_IF_BOOL_EXEC(!model->RunFlag(), break); |
|
|
|
|
|
|
|
|
|