Searched refs:Execution_compute (Results 1 – 3 of 3) sorted by relevance
97 CAFFE_ENFORCE(nnapi_.Execution_compute); in check_Execution_compute()98 int ret = nnapi_.Execution_compute(execution); in check_Execution_compute()359 *(void**)&nnapi_.Execution_compute = dlsym(handle, "ANeuralNetworksExecution_compute"); in nnapi_wrapper_load()360 check_nnapi_.Execution_compute = check_Execution_compute; in nnapi_wrapper_load()
31 int(*Execution_compute)(ANeuralNetworksExecution* execution); member
150 check_nnapi->Execution_compute(execution); in run()