Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNMultipleProcessInferenceTest.java63 return AcceleratorSpecificTestSupport.perAcceleratorTestConfig( in testConfiguration()
DNNMultipleProcessModelLoadTest.java42 return AcceleratorSpecificTestSupport.perAcceleratorTestConfig( in testConfiguration()
DNNPerformanceDegradationTest.java47 return AcceleratorSpecificTestSupport.perAcceleratorTestConfig( in testConfiguration()
DNNParallelInferenceTest.java109 return AcceleratorSpecificTestSupport.perAcceleratorTestConfig( in threadCountValues()
DNNRandomGraphTest.java69 return AcceleratorSpecificTestSupport.perAcceleratorTestConfig( in testConfiguration()
DAcceleratorSpecificTestSupport.java96 static List<Object[]> perAcceleratorTestConfig(List<Object[]> testConfig) { in perAcceleratorTestConfig() method