Home
last modified time | relevance | path

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

/test/xts/acts/ai/nnrtndk/entry/src/main/cpp/
H A Dnnrtndk.cpp486 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); in OHNNCompilationSetDeviceOne() local
487 NAPI_ASSERT(env, setDevice_ret == OH_NN_SUCCESS, "OH_NNCompilation_SetDevice Error"); in OHNNCompilationSetDeviceOne()
504 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(nullptr, PARAM_0); in OHNNCompilationSetDeviceTwo() local
505 if (setDevice_ret == OH_NN_INVALID_PARAMETER) { in OHNNCompilationSetDeviceTwo()
529 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); in OHNNCompilationSetCacheOne() local
530 NAPI_ASSERT(env, setDevice_ret == OH_NN_SUCCESS, "OH_NNCompilation_SetDevice Error"); in OHNNCompilationSetCacheOne()
584 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); in OHNNCompilationSetPerformanceModeOne() local
585 NAPI_ASSERT(env, setDevice_ret == OH_NN_SUCCESS, "OH_NNCompilation_SetDevice Error"); in OHNNCompilationSetPerformanceModeOne()
632 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); in OHNNCompilationSetPerformanceModeTwo() local
633 NAPI_ASSERT(env, setDevice_ret in OHNNCompilationSetPerformanceModeTwo()
677 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); OHNNCompilationSetPerformanceModeThree() local
740 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); OHNNCompilationSetPriorityOne() local
794 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); OHNNCompilationEnableFloat16One() local
850 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); OHNNCompilationBuildOne() local
931 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); OHNNExecutorConstructOne() local
991 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); OHNNExecutorSetInputOne() local
1056 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); OHNNExecutorSetOutputOne() local
1128 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); OHNNExecutorGetOutputShapeOne() local
1213 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); OHNNExecutorRunOne() local
1288 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); OHNNExecutorAllocateInputMemoryOne() local
1349 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); OHNNExecutorAllocateOutputMemoryOne() local
1412 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); OHNNExecutorDestroyInputMemory() local
1461 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); OHNNExecutorDestroyOutputMemory() local
1512 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); OHNNExecutorSetInputWithMemoryOne() local
1579 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); OHNNExecutorSetOutputWithMemoryOne() local
1643 OH_NN_ReturnCode setDevice_ret = OH_NNCompilation_SetDevice(compilation, devicesID[PARAM_0]); OHNNExecutorDestroy() local
[all...]

Completed in 3 milliseconds