Searched refs:Execution_startCompute (Results 1 – 2 of 2) sorted by relevance
293 CAFFE_ENFORCE(nnapi_.Execution_startCompute); in check_Execution_startCompute()294 int ret = nnapi_.Execution_startCompute(execution,event); in check_Execution_startCompute()403 … *(void**)&nnapi_.Execution_startCompute = dlsym(handle, "ANeuralNetworksExecution_startCompute"); in nnapi_wrapper_load()404 check_nnapi_.Execution_startCompute = check_Execution_startCompute; in nnapi_wrapper_load()
53 int(*Execution_startCompute)(ANeuralNetworksExecution* execution, ANeuralNetworksEvent** event); member