Lines Matching refs:executionCallback
504 const sp<ExecutionCallback>& executionCallback) { in asyncStartComputePartitioned() argument
526 executionCallback->notify(convertResultCodeToErrorStatus(n), {}, kNoTiming); in asyncStartComputePartitioned()
533 executionCallback->notify(ErrorStatus::NONE, outputShapes, timing); in asyncStartComputePartitioned()
558 executionCallback->notify(stepStatus, outputShapes, kNoTiming); in asyncStartComputePartitioned()
565 executionCallback->notify(stepStatus, {}, kNoTiming); in asyncStartComputePartitioned()
574 executionCallback->notify(convertResultCodeToErrorStatus(stepN), {}, kNoTiming); in asyncStartComputePartitioned()
601 executionCallback->notify(fallbackStatus, outputShapes, kNoTiming); in asyncStartComputePartitioned()
608 executionCallback->notify(fallbackStatus, {}, kNoTiming); in asyncStartComputePartitioned()
622 executionCallback->notify(fullStatus, fullOutputShapes, fullTiming); in asyncStartComputePartitioned()
855 sp<ExecutionCallback> executionCallback = new ExecutionCallback(); in compute() local
856 executionCallback->setOnFinish(wrappedFinish); in compute()
860 executionCallback); in compute()
864 [this, controller, allowFallback, deadline, executionCallback] { in compute()
866 deadline, executionCallback); in compute()
868 executionCallback->bindThread(std::move(asyncExecution)); in compute()
870 *synchronizationCallback = executionCallback; in compute()