Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dmulti_thread_gemm.h609 static const std::uint64_t min_cubic_size_per_thread = 64 * 1024; in HowManyThreads() local
616 std::min(thread_count, int(cubic_size / min_cubic_size_per_thread)); in HowManyThreads()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h987 static constexpr std::uint64_t min_cubic_size_per_thread = 64 * 1024; in LegacyHowManyThreads() local
994 thread_count, static_cast<int>(cubic_size / min_cubic_size_per_thread)); in LegacyHowManyThreads()