Home
last modified time | relevance | path

Searched refs:unsigned_threads_count (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dthread_pool.cc204 unsigned int unsigned_threads_count = threads_count; in CreateThreads() local
205 if (threads_.size() >= unsigned_threads_count) { in CreateThreads()
209 while (threads_.size() < unsigned_threads_count) { in CreateThreads()

Completed in 8 milliseconds