Home
last modified time | relevance | path

Searched refs:Execution_compute (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/aten/src/ATen/nnapi/
Dnnapi_wrapper.cpp97 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()
Dnnapi_wrapper.h31 int(*Execution_compute)(ANeuralNetworksExecution* execution); member
Dnnapi_bind.cpp150 check_nnapi->Execution_compute(execution); in run()