Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp472 sp<ExecutionCallback> stepCallback; in asyncStartComputePartitioned() local
473 n = executor->startCompute(&stepCallback, burstController); in asyncStartComputePartitioned()
490 stepCallback->wait(); in asyncStartComputePartitioned()
491 ErrorStatus status = stepCallback->getStatus(); in asyncStartComputePartitioned()
492 const auto& stepOutputShapes = stepCallback->getOutputShapes(); in asyncStartComputePartitioned()
500 timing = stepCallback->getTiming(); in asyncStartComputePartitioned()