Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp1072 const auto asyncStartCompute = [this, deadline, executionCallback] { in compute() local
1079 asyncStartCompute(); in compute()
1082 std::thread asyncExecution(asyncStartCompute); in compute()