Home
last modified time | relevance | path

Searched refs:startComputeOnDevice (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionBuilder.h170 int startComputeOnDevice(sp<ExecutionCallback>* synchronizationCallback);
DExecutionBuilder.cpp539 return startComputeOnDevice(synchronizationCallback); in startCompute()
543 int StepExecutor::startComputeOnDevice(sp<ExecutionCallback>* synchronizationCallback) { in startComputeOnDevice() function in android::nn::StepExecutor