Home
last modified time | relevance | path

Searched refs:run_ret (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/
H A Dnnrtndk.cpp1150 OH_NN_ReturnCode run_ret = OH_NNExecutor_Run(executor); in OHNNExecutorGetOutputShapeOne() local
1151 NAPI_ASSERT(env, run_ret == OH_NN_SUCCESS, "OH_NNExecutor_Run Error"); in OHNNExecutorGetOutputShapeOne()
1235 OH_NN_ReturnCode run_ret = OH_NNExecutor_Run(executor); in OHNNExecutorRunOne() local
1236 NAPI_ASSERT(env, run_ret == OH_NN_SUCCESS, "OH_NNExecutor_Run Error"); in OHNNExecutorRunOne()
1251 OH_NN_ReturnCode run_ret = OH_NNExecutor_Run(nullptr); in OHNNExecutorRunTwo() local
1252 if (run_ret == OH_NN_INVALID_PARAMETER) { in OHNNExecutorRunTwo()

Completed in 5 milliseconds