Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRunModelsInParallel.java52 private static final String RUN_MODEL_COMPILATION_ONLY = "run_model_compilation_only"; field in RunModelsInParallel
82 intent.putExtra(RUN_MODEL_COMPILATION_ONLY, runModelCompilationOnly); in intentInitializer()
97 mRunModelCompilationOnly = configParams.getBooleanExtra(RUN_MODEL_COMPILATION_ONLY, false); in init()