Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp504 const sp<ExecutionCallback>& executionCallback) { in asyncStartComputePartitioned() argument
526 executionCallback->notify(convertResultCodeToErrorStatus(n), {}, kNoTiming); in asyncStartComputePartitioned()
533 executionCallback->notify(ErrorStatus::NONE, outputShapes, timing); in asyncStartComputePartitioned()
558 executionCallback->notify(stepStatus, outputShapes, kNoTiming); in asyncStartComputePartitioned()
565 executionCallback->notify(stepStatus, {}, kNoTiming); in asyncStartComputePartitioned()
574 executionCallback->notify(convertResultCodeToErrorStatus(stepN), {}, kNoTiming); in asyncStartComputePartitioned()
601 executionCallback->notify(fallbackStatus, outputShapes, kNoTiming); in asyncStartComputePartitioned()
608 executionCallback->notify(fallbackStatus, {}, kNoTiming); in asyncStartComputePartitioned()
622 executionCallback->notify(fullStatus, fullOutputShapes, fullTiming); in asyncStartComputePartitioned()
855 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in compute() local
[all …]