Home
last modified time | relevance | path

Searched refs:startCompute (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp228 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::ExecutionBuilder
401 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
DExecutionBuilder.h79 int startCompute(sp<ExecutionCallback>* synchronizationCallback);
160 int startCompute(sp<ExecutionCallback>* synchronizationCallback);
DNeuralNetworks.cpp498 int n = r->startCompute(e.get()); in ANeuralNetworksExecution_startCompute()
/frameworks/ml/nn/runtime/test/
DTestExecution.cpp230 ASSERT_EQ(execution.startCompute(&event), Result::NO_ERROR); in TEST_P()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h347 Result startCompute(Event* event) { in startCompute() function