Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DSupportLibraryDiagnostic.cpp216 ANeuralNetworksDiagnosticExecutionFinishedCallback executionCallback, in SL_ANeuralNetworksDiagnostic_registerCallbacks() argument
225 [executionCallback, callbackContext](const DiagnosticExecutionInfo* info) { in SL_ANeuralNetworksDiagnostic_registerCallbacks()
226 executionCallback(callbackContext, castFrom(info)); in SL_ANeuralNetworksDiagnostic_registerCallbacks()
DExecutionBuilder.cpp1112 auto executionCallback = std::make_shared<ExecutionCallback>(); in compute() local
1113 executionCallback->setOnFinish( in compute()
1117 const auto asyncStartCompute = [this, deadline, executionCallback] { in compute()
1120 executionCallback->notify(status, outputShapes, timing); in compute()
1128 executionCallback->bindThread(std::move(asyncExecution)); in compute()
1130 *synchronizationCallback = executionCallback; in compute()
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h592 ANeuralNetworksDiagnosticExecutionFinishedCallback executionCallback,
1610 ANeuralNetworksDiagnosticExecutionFinishedCallback executionCallback,