Searched refs:Execution_getOutputOperandDimensions (Results 1 – 3 of 3) sorted by relevance
327 CAFFE_ENFORCE(nnapi_.Execution_getOutputOperandDimensions); in check_Execution_getOutputOperandDimensions()328 int ret = nnapi_.Execution_getOutputOperandDimensions(execution,index,dimensions); in check_Execution_getOutputOperandDimensions()411 …*(void**)&nnapi_.Execution_getOutputOperandDimensions = dlsym(handle, "ANeuralNetworksExecution_ge… in nnapi_wrapper_load()412 check_nnapi_.Execution_getOutputOperandDimensions = check_Execution_getOutputOperandDimensions; in nnapi_wrapper_load()
57 …int(*Execution_getOutputOperandDimensions)(ANeuralNetworksExecution* execution, int32_t index, uin… member
159 check_nnapi->Execution_getOutputOperandDimensions(execution, i, dims.data()); in run()