Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.h219 int startCompute(sp<ExecutionCallback>* synchronizationCallback,
DExecutionBuilder.cpp390 int n = executor.startCompute(&fallbackCallback); in cpuFallbackFull()
473 n = executor->startCompute(&stepCallback, burstController); in asyncStartComputePartitioned()
798 int StepExecutor::startCompute(sp<ExecutionCallback>* synchronizationCallback, in startCompute() function in android::nn::StepExecutor
/frameworks/ml/nn/runtime/test/
DTestNeuralNetworksWrapper.h157 Result startCompute(Event* event) { in startCompute() function
DTestExecution.cpp461 ASSERT_EQ(execution.startCompute(&event), Result::NO_ERROR); in TestWait()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h437 Result startCompute(Event* event) { in startCompute() function