Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dmulti_thread_gemm.h570 static const int MinRowsPerThread = KernelRows > AbsoluteMinRowsPerThread in HowManyThreads() local
573 int thread_count = std::min(max_count, CeilQuotient(rows, MinRowsPerThread)); in HowManyThreads()