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/
DNNMultipleProcessModelLoadTest.java43 return AcceleratorSpecificTestSupport.perAcceleratorTestConfig( in testConfiguration()
DNNMultipleProcessInferenceTest.java64 return AcceleratorSpecificTestSupport.perAcceleratorTestConfig( in testConfiguration()
DNNPerformanceDegradationTest.java48 return AcceleratorSpecificTestSupport.perAcceleratorTestConfig( in testConfiguration()
DNNRandomGraphTest.java70 return AcceleratorSpecificTestSupport.perAcceleratorTestConfig( in testConfiguration()
DNNParallelInferenceTest.java111 return AcceleratorSpecificTestSupport.perAcceleratorTestConfig( in threadCountValues()
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DAcceleratorSpecificTestSupport.java112 static List<Object[]> perAcceleratorTestConfig(List<Object[]> testConfig) { in perAcceleratorTestConfig() method