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

/frameworks/ml/nn/runtime/
H A DExecutionBuilder.cpp228 int n = executor.startCompute(&fallbackCallback);
272 VLOG(EXECUTION) << "ExecutionBuilder::startCompute (from plan, iteratively)";
291 n = executor->startCompute(&stepCallback);
327 int ExecutionBuilder::startCompute(sp<ExecutionCallback>* synchronizationCallback) { function in class:android::nn::ExecutionBuilder
384 // StepExecutor::startCompute() is designed as
387 // StepExecutor::startCompute() isn't actually asynchronous
397 VLOG(EXECUTION) << "ExecutionBuilder::startCompute (without plan) on " << device->getName();
401 return executor.startCompute(synchronizationCallback);
408 VLOG(EXECUTION) << "ExecutionBuilder::startCompute (without plan) on CPU";
413 return executor.startCompute(synchronizationCallbac
531 int StepExecutor::startCompute(sp<ExecutionCallback>* synchronizationCallback) { function in class:android::nn::StepExecutor
[all...]
/frameworks/ml/nn/runtime/include/
H A DNeuralNetworksWrapper.h347 Result startCompute(Event* event) { function in class:android::nn::wrapper::ExecutePreference::Execution

Completed in 49 milliseconds