Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNRandomGraphTest.java81 Duration duration, String acceleratorName, boolean runModelCompilationOnly) { in NNRandomGraphTest() argument
88 mRunModelCompilationOnly = runModelCompilationOnly; in NNRandomGraphTest()
DNNParallelTestActivity.java113 final boolean runModelCompilationOnly = intent.getBooleanExtra( in onResume()
119 ignoreUnsupportedModels, runModelCompilationOnly, mmapModel), in onResume()
/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/
DMainActivity.java277 final boolean runModelCompilationOnly = mCompileModelsOnly.isChecked(); in startInferenceTest()
281 testName, acceleratorName, false, runModelCompilationOnly, mmapModel), in startInferenceTest()
288 runModelCompilationOnly ? "Compilation" : "Inference", in startInferenceTest()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRunModelsInParallel.java74 boolean runModelCompilationOnly, boolean mmapModel) { in intentInitializer() argument
82 intent.putExtra(RUN_MODEL_COMPILATION_ONLY, runModelCompilationOnly); in intentInitializer()