Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/nnapi/
H A Dnnapi_wrapper.cpp263 CAFFE_ENFORCE(nnapi_.Execution_setInputFromMemory); in check_Execution_setInputFromMemory()
264 int ret = nnapi_.Execution_setInputFromMemory(execution,index,type,memory,offset,length); in check_Execution_setInputFromMemory()
397 …*(void**)&nnapi_.Execution_setInputFromMemory = dlsym(handle, "ANeuralNetworksExecution_setInputFr… in nnapi_wrapper_load()
398 check_nnapi_.Execution_setInputFromMemory = check_Execution_setInputFromMemory; in nnapi_wrapper_load()
H A Dnnapi_wrapper.h50 …int(*Execution_setInputFromMemory)(ANeuralNetworksExecution* execution, int32_t index, const ANeur… member