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