Searched refs:startComputeOnCpu (Results 1 – 2 of 2) sorted by relevance
224 int startComputeOnCpu(sp<ExecutionCallback>* synchronizationCallback);
423 if (executor->startComputeOnCpu(&fallbackCallback) != ANEURALNETWORKS_NO_ERROR) { in cpuFallbackPartial()805 return startComputeOnCpu(synchronizationCallback); in startCompute()1006 int StepExecutor::startComputeOnCpu(sp<ExecutionCallback>* synchronizationCallback) { in startComputeOnCpu() function in android::nn::StepExecutor