Home
last modified time | relevance | path

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

/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/
H A Dnnrtndk.cpp586 OH_NN_ReturnCode performanceMode_ret = OH_NNCompilation_SetPerformanceMode(compilation, OH_NN_PERFORMANCE_NONE); in OHNNCompilationSetPerformanceModeOne() local
587 if (performanceMode_ret == OH_NN_SUCCESS) { in OHNNCompilationSetPerformanceModeOne()
590 ret = performanceMode_ret; in OHNNCompilationSetPerformanceModeOne()
634 OH_NN_ReturnCode performanceMode_ret = OH_NNCompilation_SetPerformanceMode(compilation, OH_NN_PERFORMANCE_LOW); in OHNNCompilationSetPerformanceModeTwo() local
635 if (performanceMode_ret == OH_NN_SUCCESS) { in OHNNCompilationSetPerformanceModeTwo()
638 ret = performanceMode_ret; in OHNNCompilationSetPerformanceModeTwo()
679 OH_NN_ReturnCode performanceMode_ret = in OHNNCompilationSetPerformanceModeThree() local
681 if (performanceMode_ret == OH_NN_SUCCESS) { in OHNNCompilationSetPerformanceModeThree()
684 ret = performanceMode_ret; in OHNNCompilationSetPerformanceModeThree()
698 OH_NN_ReturnCode performanceMode_ret in OHNNCompilationSetPerformanceModeFour() local
[all...]

Completed in 3 milliseconds