• Home
  • Raw
  • Download

Lines Matching refs:execution

600 int ANeuralNetworksExecution_compute(ANeuralNetworksExecution* execution) __NNAPI_INTRODUCED_IN(29);
623 int ANeuralNetworksExecution_getOutputOperandRank(ANeuralNetworksExecution* execution,
649 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* execution,
726 int ANeuralNetworksExecution_burstCompute(ANeuralNetworksExecution* execution,
793 int ANeuralNetworksExecution_setMeasureTiming(ANeuralNetworksExecution* execution, bool measure)
818 int ANeuralNetworksExecution_getDuration(const ANeuralNetworksExecution* execution,
1385 ANeuralNetworksExecution** execution) __NNAPI_INTRODUCED_IN(27);
1408 void ANeuralNetworksExecution_free(ANeuralNetworksExecution* execution) __NNAPI_INTRODUCED_IN(27);
1466 int ANeuralNetworksExecution_setInput(ANeuralNetworksExecution* execution, int32_t index,
1536 int ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution* execution, int32_t index,
1601 int ANeuralNetworksExecution_setOutput(ANeuralNetworksExecution* execution, int32_t index,
1676 int ANeuralNetworksExecution_setOutputFromMemory(ANeuralNetworksExecution* execution, int32_t index,
1733 int ANeuralNetworksExecution_startCompute(ANeuralNetworksExecution* execution,
1782 int ANeuralNetworksExecution_setTimeout(ANeuralNetworksExecution* execution, uint64_t duration)
1813 int ANeuralNetworksExecution_setLoopTimeout(ANeuralNetworksExecution* execution, uint64_t duration)
1990 ANeuralNetworksExecution* execution, const ANeuralNetworksEvent* const* dependencies,
2065 int ANeuralNetworksExecution_enableInputAndOutputPadding(ANeuralNetworksExecution* execution,
2233 int ANeuralNetworksExecution_setReusable(ANeuralNetworksExecution* execution, bool reusable)