Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp502 const sp<ExecutionCallback>& executionCallback) { in asyncStartComputePartitioned() argument
524 executionCallback->notify(convertResultCodeToErrorStatus(n), {}, kNoTiming); in asyncStartComputePartitioned()
531 executionCallback->notify(ErrorStatus::NONE, outputShapes, timing); in asyncStartComputePartitioned()
556 executionCallback->notify(stepStatus, outputShapes, kNoTiming); in asyncStartComputePartitioned()
563 executionCallback->notify(stepStatus, {}, kNoTiming); in asyncStartComputePartitioned()
572 executionCallback->notify(convertResultCodeToErrorStatus(stepN), {}, kNoTiming); in asyncStartComputePartitioned()
599 executionCallback->notify(fallbackStatus, outputShapes, kNoTiming); in asyncStartComputePartitioned()
606 executionCallback->notify(fallbackStatus, {}, kNoTiming); in asyncStartComputePartitioned()
620 executionCallback->notify(fullStatus, fullOutputShapes, fullTiming); in asyncStartComputePartitioned()
853 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in compute() local
[all …]