Searched refs:executionCallback (Results 1 – 1 of 1) sorted by relevance
1067 auto executionCallback = std::make_shared<ExecutionCallback>(); in compute() local1068 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()