Searched refs:EXTRA_THREAD_COUNT (Results 1 – 4 of 4) sorted by relevance
49 public static final String EXTRA_THREAD_COUNT = "thread_count"; field in NNParallelTestActivity101 final int threadCount = intent.getIntExtra(EXTRA_THREAD_COUNT, 10); in onResume()
123 intent.putExtra(NNParallelTestActivity.EXTRA_THREAD_COUNT, threadCount); in compileSupportedModelsMemoryMappedOnNThreadsFor()
124 intent.putExtra(NNParallelTestActivity.EXTRA_THREAD_COUNT, threadCount); in runAllModelsOnNThreadsForOnAccelerator()
137 intent.putExtra(NNParallelTestActivity.EXTRA_THREAD_COUNT, threadCount); in compileSupportedModelsOnNThreadsFor()