Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp194 if (executor.startCompute(&fallbackCallback) != ANEURALNETWORKS_NO_ERROR) { in cpuFallbackFull()
256 n = executor->startCompute(&stepCallback); in asyncStartComputePartitioned()
292 int ExecutionBuilder::startCompute(sp<ExecutionCallback>* synchronizationCallback) { in startCompute() function in android::nn::ExecutionBuilder
367 return executor.startCompute(synchronizationCallback); in startCompute()
379 return executor.startCompute(synchronizationCallback); in startCompute()
469 int StepExecutor::startCompute(sp<ExecutionCallback>* synchronizationCallback) { in startCompute() function in android::nn::StepExecutor
DExecutionBuilder.h78 int startCompute(sp<ExecutionCallback>* synchronizationCallback);
151 int startCompute(sp<ExecutionCallback>* synchronizationCallback);
DNeuralNetworks.cpp456 int n = r->startCompute(e.get()); in ANeuralNetworksExecution_startCompute()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h314 Result startCompute(Event* event) { in startCompute() function