Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRunModelsInParallel.java146 List<Future<?>> terminationCommands = new ArrayList<>(); in endTests() local
149 terminationCommands.add(terminatorsThreadPool.submit( in endTests()
152 terminationCommands.forEach(terminationCommand -> { in endTests()