Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp1067 auto executionCallback = std::make_shared<ExecutionCallback>(); in compute() local
1068 executionCallback->setOnFinish( in compute()
1072 const auto asyncStartCompute = [this, deadline, executionCallback] { in compute()
1075 executionCallback->notify(status, outputShapes, timing); in compute()
1083 executionCallback->bindThread(std::move(asyncExecution)); in compute()
1085 *synchronizationCallback = executionCallback; in compute()