Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dmulti_thread_gemm.h580 inline int HowManyThreads(int max_num_threads, int rows, int cols, int depth) { in HowManyThreads() function
658 const int thread_count = HowManyThreads<KernelFormat::kRows>( in MultiThreadGemm()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h1057 const int thread_count = gemmlowp::HowManyThreads<kKernelRows>( in FullyConnectedAsGEMV()
2068 const int thread_count = gemmlowp::HowManyThreads<kKernelRows>( in LegacyInt8FullyConnectedAsGEMV()
2307 const int thread_count = gemmlowp::HowManyThreads<kKernelRows>( in ShuffledFullyConnected()