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/
DNNParallelInferenceTest.java58 protected NNParallelInferenceTest(int threadCount, Duration testDuration, in NNParallelInferenceTest() argument
62 mTestDuration = testDuration; in NNParallelInferenceTest()
115 private Intent runAllModelsOnNThreadsForOnAccelerator(int threadCount, Duration testDuration, in runAllModelsOnNThreadsForOnAccelerator() argument
123 intent.putExtra(NNParallelTestActivity.EXTRA_TEST_DURATION_MILLIS, testDuration.toMillis()); in runAllModelsOnNThreadsForOnAccelerator()
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()
DNNMemoryMappedModelCompilationTest.java118 Duration testDuration) throws NnApiDelegationFailure { in compileSupportedModelsMemoryMappedOnNThreadsFor() argument
123 intent.putExtra(NNParallelTestActivity.EXTRA_TEST_DURATION_MILLIS, testDuration.toMillis()); in compileSupportedModelsMemoryMappedOnNThreadsFor()
DNNClientEarlyTerminationTest.java129 private Intent compileSupportedModelsOnNThreadsFor(int threadCount, Duration testDuration) in compileSupportedModelsOnNThreadsFor() argument
136 intent.putExtra(NNParallelTestActivity.EXTRA_TEST_DURATION_MILLIS, testDuration.toMillis()); in compileSupportedModelsOnNThreadsFor()