Searched refs:startCompute (Results 1 – 5 of 5) sorted by relevance
228 int n = executor.startCompute(&fallbackCallback); in cpuFallbackFull()291 n = executor->startCompute(&stepCallback); in asyncStartComputePartitioned()327 int ExecutionBuilder::startCompute(sp<ExecutionCallback>* synchronizationCallback) { in startCompute() function in android::nn::ExecutionBuilder401 return executor.startCompute(synchronizationCallback); in startCompute()413 return executor.startCompute(synchronizationCallback); in startCompute()531 int StepExecutor::startCompute(sp<ExecutionCallback>* synchronizationCallback) { in startCompute() function in android::nn::StepExecutor
79 int startCompute(sp<ExecutionCallback>* synchronizationCallback);160 int startCompute(sp<ExecutionCallback>* synchronizationCallback);
498 int n = r->startCompute(e.get()); in ANeuralNetworksExecution_startCompute()
230 ASSERT_EQ(execution.startCompute(&event), Result::NO_ERROR); in TEST_P()
347 Result startCompute(Event* event) { in startCompute() function