Searched refs:modelsCount (Results 1 – 5 of 5) sorted by relevance
/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNControls.java | 117 int modelsCount = TestModels.modelsList().size(); in btnRun() local 118 for (int i = 0; i < modelsCount; i++) { in btnRun() 129 for (int i = 0; i < modelsCount; i++) { in btnRun()
|
/test/mlts/benchmark/src/com/android/nn/crashtest/app/ |
D | NNParallelInferenceTest.java | 119 int modelsCount = TestModels.modelsList().size(); in runAllModelsOnNThreadsForOnAccelerator() local 121 NNParallelTestActivity.EXTRA_TEST_LIST, IntStream.range(0, modelsCount).toArray()); in runAllModelsOnNThreadsForOnAccelerator()
|
D | NNRandomGraphTest.java | 120 int modelsCount, String deviceName, Duration maxTestDuration, String testName) { in getTestModelsOfSizeAndRangeForMaxTimeIntent() argument 123 .intentInitializer(graphSize, dimensionsRange, modelsCount, in getTestModelsOfSizeAndRangeForMaxTimeIntent()
|
D | NNMemoryMappedModelCompilationTest.java | 120 int modelsCount = TestModels.modelsList().size(); in compileSupportedModelsMemoryMappedOnNThreadsFor() local 121 …intent.putExtra(NNParallelTestActivity.EXTRA_TEST_LIST, IntStream.range(0, modelsCount).toArray()); in compileSupportedModelsMemoryMappedOnNThreadsFor()
|
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/ |
D | RandomGraphTest.java | 111 int dimensionsRange, int modelsCount, long pauseBetweenModelsMillis, in intentInitializer() argument 117 intent.putExtra(MODELS_COUNT, modelsCount); in intentInitializer()
|