Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNRandomGraphTest.java28 import com.android.nn.benchmark.app.AcceleratorSpecificTestSupport;
50 implements AcceleratorSpecificTestSupport {
70 return AcceleratorSpecificTestSupport.perAcceleratorTestConfig( in testConfiguration()
103 return AcceleratorSpecificTestSupport.findTestModelRunningOnAccelerator( in findModelForLivenessTest()
DNNPerformanceDegradationTest.java25 import com.android.nn.benchmark.app.AcceleratorSpecificTestSupport;
42 AcceleratorSpecificTestSupport {
48 return AcceleratorSpecificTestSupport.perAcceleratorTestConfig( in testConfiguration()
DNNMemoryMappedModelCompilationTest.java27 import com.android.nn.benchmark.app.AcceleratorSpecificTestSupport;
52 AcceleratorSpecificTestSupport {
72 return AcceleratorSpecificTestSupport.getTargetAcceleratorNames(); in targetAccelerators()
102AcceleratorSpecificTestSupport.findTestModelRunningOnAccelerator(activity, mAcceleratorName); in testDriverDoesNotFailWithParallelThreads()
DNNClientEarlyTerminationTest.java27 import com.android.nn.benchmark.app.AcceleratorSpecificTestSupport;
51 AcceleratorSpecificTestSupport {
71 return AcceleratorSpecificTestSupport.getTargetAcceleratorNames(); in targetAccelerators()
99AcceleratorSpecificTestSupport.findTestModelRunningOnAccelerator(activity, mAcceleratorName); in testDriverDoesNotFailWithParallelThreads()
DNNMultipleProcessTest.java28 import com.android.nn.benchmark.app.AcceleratorSpecificTestSupport;
50 implements AcceleratorSpecificTestSupport {
85 return AcceleratorSpecificTestSupport.findTestModelRunningOnAccelerator( in findModelForLivenessTest()
DNNMultipleProcessModelLoadTest.java21 import com.android.nn.benchmark.app.AcceleratorSpecificTestSupport;
43 return AcceleratorSpecificTestSupport.perAcceleratorTestConfig( in testConfiguration()
DNNMultipleProcessInferenceTest.java21 import com.android.nn.benchmark.app.AcceleratorSpecificTestSupport;
64 return AcceleratorSpecificTestSupport.perAcceleratorTestConfig( in testConfiguration()
DNNParallelInferenceTest.java29 import com.android.nn.benchmark.app.AcceleratorSpecificTestSupport;
48 implements AcceleratorSpecificTestSupport {
111 return AcceleratorSpecificTestSupport.perAcceleratorTestConfig( in threadCountValues()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DPerformanceDegradationTest.java29 import com.android.nn.benchmark.app.AcceleratorSpecificTestSupport;
121 AcceleratorSpecificTestSupport.findAllTestModelsRunningOnAccelerator(mContext, in call()
/test/mlts/benchmark/
DAndroid.bp90 "src/com/android/nn/benchmark/app/AcceleratorSpecificTestSupport.java",
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DAcceleratorSpecificTestSupport.java42 public interface AcceleratorSpecificTestSupport { interface
DBenchmarkTestBase.java303 List<Object[]> result = AcceleratorSpecificTestSupport.maybeAddAcceleratorsToTestConfig( in modelsOnAccelerators()