Home
last modified time | relevance | path

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

/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/
H A Dnnrtndk.cpp852 OH_NN_ReturnCode build_ret = OH_NNCompilation_Build(compilation); in OHNNCompilationBuildOne() local
853 NAPI_ASSERT(env, build_ret == OH_NN_SUCCESS, "OH_NNCompilation_Build Error"); in OHNNCompilationBuildOne()
867 OH_NN_ReturnCode build_ret = OH_NNCompilation_Build(nullptr); in OHNNCompilationBuildTwo() local
868 if (build_ret == OH_NN_INVALID_PARAMETER) { in OHNNCompilationBuildTwo()
933 OH_NN_ReturnCode build_ret = OH_NNCompilation_Build(compilation); in OHNNExecutorConstructOne() local
934 NAPI_ASSERT(env, build_ret == OH_NN_SUCCESS, "OH_NNCompilation_Build Error"); in OHNNExecutorConstructOne()
993 OH_NN_ReturnCode build_ret = OH_NNCompilation_Build(compilation); in OHNNExecutorSetInputOne() local
994 NAPI_ASSERT(env, build_ret == OH_NN_SUCCESS, "OH_NNCompilation_Build Error"); in OHNNExecutorSetInputOne()
1058 OH_NN_ReturnCode build_ret = OH_NNCompilation_Build(compilation); in OHNNExecutorSetOutputOne() local
1059 NAPI_ASSERT(env, build_ret in OHNNExecutorSetOutputOne()
1130 OH_NN_ReturnCode build_ret = OH_NNCompilation_Build(compilation); OHNNExecutorGetOutputShapeOne() local
1215 OH_NN_ReturnCode build_ret = OH_NNCompilation_Build(compilation); OHNNExecutorRunOne() local
1290 OH_NN_ReturnCode build_ret = OH_NNCompilation_Build(compilation); OHNNExecutorAllocateInputMemoryOne() local
1351 OH_NN_ReturnCode build_ret = OH_NNCompilation_Build(compilation); OHNNExecutorAllocateOutputMemoryOne() local
1414 OH_NN_ReturnCode build_ret = OH_NNCompilation_Build(compilation); OHNNExecutorDestroyInputMemory() local
1463 OH_NN_ReturnCode build_ret = OH_NNCompilation_Build(compilation); OHNNExecutorDestroyOutputMemory() local
1514 OH_NN_ReturnCode build_ret = OH_NNCompilation_Build(compilation); OHNNExecutorSetInputWithMemoryOne() local
1581 OH_NN_ReturnCode build_ret = OH_NNCompilation_Build(compilation); OHNNExecutorSetOutputWithMemoryOne() local
1645 OH_NN_ReturnCode build_ret = OH_NNCompilation_Build(compilation); OHNNExecutorDestroy() local
[all...]

Completed in 4 milliseconds