Searched refs:synchronizationCallback (Results 1 - 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
H A DExecutionBuilder.h79 int startCompute(sp<ExecutionCallback>* synchronizationCallback);
160 int startCompute(sp<ExecutionCallback>* synchronizationCallback);
164 int startComputeOnCpu(sp<ExecutionCallback>* synchronizationCallback);
170 int startComputeOnDevice(sp<ExecutionCallback>* synchronizationCallback);
H A DExecutionBuilder.cpp327 int ExecutionBuilder::startCompute(sp<ExecutionCallback>* synchronizationCallback) { argument
328 *synchronizationCallback = nullptr;
375 *synchronizationCallback = executionCallback;
401 return executor.startCompute(synchronizationCallback);
413 return executor.startCompute(synchronizationCallback);
531 int StepExecutor::startCompute(sp<ExecutionCallback>* synchronizationCallback) { argument
537 return startComputeOnCpu(synchronizationCallback);
539 return startComputeOnDevice(synchronizationCallback);
543 int StepExecutor::startComputeOnDevice(sp<ExecutionCallback>* synchronizationCallback) { argument
546 *synchronizationCallback
690 startComputeOnCpu(sp<ExecutionCallback>* synchronizationCallback) argument
[all...]

Completed in 45 milliseconds