Home
last modified time | relevance | path

Searched refs:Execution_setOutputFromMemory (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/nnapi/
H A Dnnapi_wrapper.cpp283 CAFFE_ENFORCE(nnapi_.Execution_setOutputFromMemory); in check_Execution_setOutputFromMemory()
284 int ret = nnapi_.Execution_setOutputFromMemory(execution,index,type,memory,offset,length); in check_Execution_setOutputFromMemory()
401 …*(void**)&nnapi_.Execution_setOutputFromMemory = dlsym(handle, "ANeuralNetworksExecution_setOutput… in nnapi_wrapper_load()
402 check_nnapi_.Execution_setOutputFromMemory = check_Execution_setOutputFromMemory; in nnapi_wrapper_load()
H A Dnnapi_wrapper.h52 …int(*Execution_setOutputFromMemory)(ANeuralNetworksExecution* execution, int32_t index, const ANeu… member