Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNParallelInProcessInferenceTest.java26 public NNParallelInProcessInferenceTest(int threadCount, Duration testDuration, in NNParallelInProcessInferenceTest() argument
28 super(threadCount, testDuration, acceleratorName); in NNParallelInProcessInferenceTest()
DNNParallelCrashResistantInferenceTest.java26 public NNParallelCrashResistantInferenceTest(int threadCount, Duration testDuration, in NNParallelCrashResistantInferenceTest() argument
28 super(threadCount, testDuration, acceleratorName); in NNParallelCrashResistantInferenceTest()
DNNParallelInferenceTest.java60 protected NNParallelInferenceTest(int threadCount, Duration testDuration, in NNParallelInferenceTest() argument
64 mTestDuration = testDuration; in NNParallelInferenceTest()
117 private Intent runAllModelsOnNThreadsForOnAccelerator(int threadCount, Duration testDuration, in runAllModelsOnNThreadsForOnAccelerator() argument
125 intent.putExtra(NNParallelTestActivity.EXTRA_TEST_DURATION_MILLIS, testDuration.toMillis()); in runAllModelsOnNThreadsForOnAccelerator()
DNNMemoryMappedModelCompilationTest.java119 Duration testDuration) throws NnApiDelegationFailure { in compileSupportedModelsMemoryMappedOnNThreadsFor() argument
124 intent.putExtra(NNParallelTestActivity.EXTRA_TEST_DURATION_MILLIS, testDuration.toMillis()); in compileSupportedModelsMemoryMappedOnNThreadsFor()
DNNClientEarlyTerminationTest.java131 private Intent compileSupportedModelsOnNThreadsFor(int threadCount, Duration testDuration) in compileSupportedModelsOnNThreadsFor() argument
138 intent.putExtra(NNParallelTestActivity.EXTRA_TEST_DURATION_MILLIS, testDuration.toMillis()); in compileSupportedModelsOnNThreadsFor()