Searched refs:testDuration (Results 1 – 5 of 5) sorted by relevance
/test/mlts/benchmark/src/com/android/nn/crashtest/app/ |
D | NNParallelInferenceTest.java | 58 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()
|
D | NNParallelInProcessInferenceTest.java | 26 public NNParallelInProcessInferenceTest(int threadCount, Duration testDuration, in NNParallelInProcessInferenceTest() argument 28 super(threadCount, testDuration, acceleratorName); in NNParallelInProcessInferenceTest()
|
D | NNParallelCrashResistantInferenceTest.java | 26 public NNParallelCrashResistantInferenceTest(int threadCount, Duration testDuration, in NNParallelCrashResistantInferenceTest() argument 28 super(threadCount, testDuration, acceleratorName); in NNParallelCrashResistantInferenceTest()
|
D | NNMemoryMappedModelCompilationTest.java | 118 Duration testDuration) throws NnApiDelegationFailure { in compileSupportedModelsMemoryMappedOnNThreadsFor() argument 123 intent.putExtra(NNParallelTestActivity.EXTRA_TEST_DURATION_MILLIS, testDuration.toMillis()); in compileSupportedModelsMemoryMappedOnNThreadsFor()
|
D | NNClientEarlyTerminationTest.java | 129 private Intent compileSupportedModelsOnNThreadsFor(int threadCount, Duration testDuration) in compileSupportedModelsOnNThreadsFor() argument 136 intent.putExtra(NNParallelTestActivity.EXTRA_TEST_DURATION_MILLIS, testDuration.toMillis()); in compileSupportedModelsOnNThreadsFor()
|