Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRunModelsInParallel.java145 ExecutorService terminatorsThreadPool = Executors.newFixedThreadPool(activeTests.size()); in endTests() local
149 terminationCommands.add(terminatorsThreadPool.submit( in endTests()