Searched refs:Execution_setOutputFromMemory (Results 1 – 2 of 2) sorted by relevance
283 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()
52 …int(*Execution_setOutputFromMemory)(ANeuralNetworksExecution* execution, int32_t index, const ANeu… member