Home
last modified time | relevance | path

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

/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/
H A Dnnrtndk.cpp742 OH_NN_ReturnCode priority_ret = OH_NNCompilation_SetPriority(compilation, OH_NN_PRIORITY_NONE); in OHNNCompilationSetPriorityOne() local
743 NAPI_ASSERT(env, priority_ret == OH_NN_SUCCESS, "OH_NNCompilation_SetPriority Error"); in OHNNCompilationSetPriorityOne()
757 OH_NN_ReturnCode priority_ret = OH_NNCompilation_SetPriority(nullptr, OH_NN_PRIORITY_MEDIUM); in OHNNCompilationSetPriorityTwo() local
758 if (priority_ret == OH_NN_INVALID_PARAMETER) { in OHNNCompilationSetPriorityTwo()
796 OH_NN_ReturnCode priority_ret = OH_NNCompilation_EnableFloat16(compilation, false); in OHNNCompilationEnableFloat16One() local
797 NAPI_ASSERT(env, priority_ret == OH_NN_SUCCESS, "OH_NNCompilation_EnableFloat16 Error"); in OHNNCompilationEnableFloat16One()
811 OH_NN_ReturnCode priority_ret = OH_NNCompilation_EnableFloat16(nullptr, OH_NN_PRIORITY_MEDIUM); in OHNNCompilationEnableFloat16Two() local
812 if (priority_ret == OH_NN_INVALID_PARAMETER) { in OHNNCompilationEnableFloat16Two()

Completed in 4 milliseconds