Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionBuilder.cpp1082 std::thread asyncExecution(asyncStartCompute); in compute() local
1083 executionCallback->bindThread(std::move(asyncExecution)); in compute()