Searched refs:EXTRA_IGNORE_UNSUPPORTED_MODELS (Results 1 – 4 of 4) sorted by relevance
54 public static final String EXTRA_IGNORE_UNSUPPORTED_MODELS = "ignore_unsupported_models"; field in NNParallelTestActivity112 boolean ignoreUnsupportedModels = intent.getBooleanExtra(EXTRA_IGNORE_UNSUPPORTED_MODELS, in onResume()
130 intent.putExtra(NNParallelTestActivity.EXTRA_IGNORE_UNSUPPORTED_MODELS, true); in compileSupportedModelsMemoryMappedOnNThreadsFor()
131 intent.putExtra(NNParallelTestActivity.EXTRA_IGNORE_UNSUPPORTED_MODELS, true); in runAllModelsOnNThreadsForOnAccelerator()
142 intent.putExtra(NNParallelTestActivity.EXTRA_IGNORE_UNSUPPORTED_MODELS, true); in compileSupportedModelsOnNThreadsFor()