Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp559 auto wrappedFinish = [this](ErrorStatus error, const std::vector<OutputShape>& outputShapes) { in compute() local
573 localSynchronizationCallback->setOnFinish(wrappedFinish); in compute()
590 executionCallback->setOnFinish(wrappedFinish); in compute()