Home
last modified time | relevance | path

Searched refs:graphSize (Results 1 – 4 of 4) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNRandomGraphLoadTest.java26 public NNRandomGraphLoadTest(int modelCount, int graphSize, int dimensionRange, in NNRandomGraphLoadTest() argument
28 super(modelCount, graphSize, dimensionRange, duration, in NNRandomGraphLoadTest()
DNNRandomGraphExecutionTest.java28 public NNRandomGraphExecutionTest(int modelCount, int graphSize, int dimensionRange, in NNRandomGraphExecutionTest() argument
30 super(modelCount, graphSize, dimensionRange, duration, in NNRandomGraphExecutionTest()
DNNRandomGraphTest.java81 public NNRandomGraphTest(int modelCount, int graphSize, int dimensionRange, in NNRandomGraphTest() argument
85 mGraphSize = graphSize; in NNRandomGraphTest()
120 protected Intent getTestModelsOfSizeAndRangeForMaxTimeIntent(int graphSize, int dimensionsRange, in getTestModelsOfSizeAndRangeForMaxTimeIntent() argument
124 .intentInitializer(graphSize, dimensionsRange, modelsCount, in getTestModelsOfSizeAndRangeForMaxTimeIntent()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRandomGraphTest.java110 static public CrashTestCoordinator.CrashTestIntentInitializer intentInitializer(int graphSize, in intentInitializer() argument
115 intent.putExtra(GRAPH_SIZE, graphSize); in intentInitializer()