• Home
  • Raw
  • Download

Lines Matching refs:execution

597 int ANeuralNetworksExecution_compute(ANeuralNetworksExecution* execution) __NNAPI_INTRODUCED_IN(29);
620 int ANeuralNetworksExecution_getOutputOperandRank(ANeuralNetworksExecution* execution,
646 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* execution,
723 int ANeuralNetworksExecution_burstCompute(ANeuralNetworksExecution* execution,
788 int ANeuralNetworksExecution_setMeasureTiming(ANeuralNetworksExecution* execution, bool measure)
813 int ANeuralNetworksExecution_getDuration(const ANeuralNetworksExecution* execution,
1380 ANeuralNetworksExecution** execution) __NNAPI_INTRODUCED_IN(27);
1403 void ANeuralNetworksExecution_free(ANeuralNetworksExecution* execution) __NNAPI_INTRODUCED_IN(27);
1461 int ANeuralNetworksExecution_setInput(ANeuralNetworksExecution* execution, int32_t index,
1531 int ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution* execution, int32_t index,
1596 int ANeuralNetworksExecution_setOutput(ANeuralNetworksExecution* execution, int32_t index,
1671 int ANeuralNetworksExecution_setOutputFromMemory(ANeuralNetworksExecution* execution, int32_t index,
1728 int ANeuralNetworksExecution_startCompute(ANeuralNetworksExecution* execution,
1777 int ANeuralNetworksExecution_setTimeout(ANeuralNetworksExecution* execution, uint64_t duration)
1808 int ANeuralNetworksExecution_setLoopTimeout(ANeuralNetworksExecution* execution, uint64_t duration)
1985 ANeuralNetworksExecution* execution, const ANeuralNetworksEvent* const* dependencies,
2060 int ANeuralNetworksExecution_enableInputAndOutputPadding(ANeuralNetworksExecution* execution,
2228 int ANeuralNetworksExecution_setReusable(ANeuralNetworksExecution* execution, bool reusable)