Searched defs:startComputeOnCpu (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/
H A DExecutionBuilder.cpp220 if (executor->startComputeOnCpu(&fallbackCallback) != ANEURALNETWORKS_NO_ERROR) {
318 // take the asynchronous thread logic out of startComputeOnCpu() and use
471 return startComputeOnCpu(synchronizationCallback);
612 int StepExecutor::startComputeOnCpu(sp<ExecutionCallback>* synchronizationCallback) { function in class:android::nn::StepExecutor

Completed in 142 milliseconds