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

/frameworks/ml/nn/runtime/
H A DExecutionBuilder.cpp219 // Ensure that executionCallback->notify() is called.
221 const sp<ExecutionCallback>& executionCallback) {
230 executionCallback->notify(convertResultCodeToErrorStatus(n));
234 executionCallback->notify(fallbackCallback->getStatus());
239 // return true. (Do not call executionCallback->notify().)
241 // ensure that executionCallback->notify() is called, and return
246 const sp<ExecutionCallback>& executionCallback) {
251 cpuFallbackFull(executionBuilder, executionCallback);
256 cpuFallbackFull(executionBuilder, executionCallback);
261 cpuFallbackFull(executionBuilder, executionCallback);
220 cpuFallbackFull(const ExecutionBuilder* executionBuilder, const sp<ExecutionCallback>& executionCallback) argument
243 cpuFallbackPartial(const ExecutionBuilder* executionBuilder, const ExecutionPlan* plan, std::shared_ptr<ExecutionPlan::Controller> controller, const sp<ExecutionCallback>& executionCallback) argument
267 asyncStartComputePartitioned(const ExecutionBuilder* executionBuilder, const ExecutionPlan* plan, std::shared_ptr<ExecutionPlan::Controller> controller, bool allowFallback, const sp<ExecutionCallback>& executionCallback) argument
370 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); local
631 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); local
681 asyncStartComputeOnCpu(const Model& model, const Request& request, const std::vector<RunTimePoolInfo>& modelPoolInfos, const std::vector<RunTimePoolInfo>& requestPoolInfos, const sp<IExecutionCallback>& executionCallback) argument
700 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); local
[all...]

Completed in 30 milliseconds