Home
last modified time | relevance | path

Searched refs:RandomGraphTest (Results 1 – 3 of 3) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRandomGraphTest.java34 public class RandomGraphTest implements CrashTest { class
129 copyFrom.getIntExtra(RandomGraphTest.GRAPH_SIZE, in intentInitializer()
130 RandomGraphTest.DEFAULT_GRAPH_SIZE), in intentInitializer()
132 RandomGraphTest.DIMENSIONS_RANGE, RandomGraphTest.DEFAULT_DIMENSIONS_RANGE), in intentInitializer()
133 copyFrom.getIntExtra(RandomGraphTest.MODELS_COUNT, in intentInitializer()
134 RandomGraphTest.DEFAULT_MODELS_COUNT), in intentInitializer()
135 copyFrom.getLongExtra(RandomGraphTest.PAUSE_BETWEEN_MODELS_MS, in intentInitializer()
136 RandomGraphTest.DEFAULT_PAUSE_BETWEEN_MODELS_MILLIS), in intentInitializer()
138 RandomGraphTest.COMPILATION_ONLY, RandomGraphTest.DEFAULT_COMPILATION_ONLY), in intentInitializer()
139 copyFrom.getStringExtra(RandomGraphTest.DEVICE_NAME), in intentInitializer()
[all …]
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNRandomGraphTestActivity.java23 import com.android.nn.crashtest.core.test.RandomGraphTest;
36 return intent.getStringExtra(RandomGraphTest.TEST_NAME); in getTestName()
42 RandomGraphTest.MAX_TEST_DURATION, RandomGraphTest.DEFAULT_MAX_TEST_DURATION_MILLIS); in getTestDurationMillis()
47 return RandomGraphTest.intentInitializer(intent); in getIntentInitializer()
52 return RandomGraphTest.class; in getTestClass()
DNNRandomGraphTest.java31 import com.android.nn.crashtest.core.test.RandomGraphTest;
122 RandomGraphTest in getTestModelsOfSizeAndRangeForMaxTimeIntent()
124 RandomGraphTest.DEFAULT_PAUSE_BETWEEN_MODELS_MILLIS, in getTestModelsOfSizeAndRangeForMaxTimeIntent()