Searched refs:Execution_setInputFromMemory (Results 1 – 2 of 2) sorted by relevance
263 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()
50 …int(*Execution_setInputFromMemory)(ANeuralNetworksExecution* execution, int32_t index, const ANeur… member