Home
last modified time | relevance | path

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

/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/
DMainActivity.java70 private CheckBox mCompileModelsOnly; field in MainActivity
164 mCompileModelsOnly = (CheckBox) findViewById(R.id.compile_only); in onCreate()
277 final boolean runModelCompilationOnly = mCompileModelsOnly.isChecked(); in startInferenceTest()