Searched defs:THREAD_COUNT (Results 1 – 4 of 4) sorted by relevance
47 static constexpr auto THREAD_COUNT = 2; variable
82 static constexpr auto THREAD_COUNT = 2; variable
110 const uint32_t THREAD_COUNT = ctx->getThreadCount(); in setupGEMM() local
183 private static final AtomicInteger THREAD_COUNT = new AtomicInteger(); field in KeyValueBackupTask