Searched refs:executionCallback (Results 1 – 3 of 3) sorted by relevance
216 ANeuralNetworksDiagnosticExecutionFinishedCallback executionCallback, in SL_ANeuralNetworksDiagnostic_registerCallbacks() argument225 [executionCallback, callbackContext](const DiagnosticExecutionInfo* info) { in SL_ANeuralNetworksDiagnostic_registerCallbacks()226 executionCallback(callbackContext, castFrom(info)); in SL_ANeuralNetworksDiagnostic_registerCallbacks()
1112 auto executionCallback = std::make_shared<ExecutionCallback>(); in compute() local1113 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()
592 ANeuralNetworksDiagnosticExecutionFinishedCallback executionCallback,1610 ANeuralNetworksDiagnosticExecutionFinishedCallback executionCallback,