Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidation.cpp1481 for (auto executionType1 : kExecutionTypes) { in testConcurrentExecution() local
1483 SCOPED_TRACE(static_cast<uint32_t>(executionType1)); in testConcurrentExecution()
1512 auto first = std::async(std::launch::async, [compute, executionType1, execution] { in testConcurrentExecution()
1513 return compute(executionType1, execution); in testConcurrentExecution()