Searched refs:RUN_MODEL_COMPILATION_ONLY (Results 1 – 1 of 1) sorted by relevance
52 private static final String RUN_MODEL_COMPILATION_ONLY = "run_model_compilation_only"; field in RunModelsInParallel82 intent.putExtra(RUN_MODEL_COMPILATION_ONLY, runModelCompilationOnly); in intentInitializer()97 mRunModelCompilationOnly = configParams.getBooleanExtra(RUN_MODEL_COMPILATION_ONLY, false); in init()