Home
last modified time | relevance | path

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

/external/gemmlowp/meta/
Dlegacy_multi_thread_gemv.h47 static std::int32_t ScratchPerThread(std::int32_t m, std::int32_t n, in ScratchPerThread() function
67 static std::int32_t ScratchPerThread(std::int32_t m, std::int32_t n, in ScratchPerThread() function
85 static std::int32_t ScratchPerThread(std::int32_t m, std::int32_t n, in ScratchPerThread() function
96 internal::GemvQuantized8BitOperation::ScratchPerThread(m, n, k); in gemv_q8_scratch()
120 internal::GemvFloatOperation::ScratchPerThread(m, n, k); in gemv_f_scratch()
142 internal::GemvInt32Operation::ScratchPerThread(m, n, k); in gemv_i32_scratch()
Dlegacy_multi_thread_gemm.h85 static std::int32_t ScratchPerThread(std::int32_t m, std::int32_t n, in ScratchPerThread() function
115 static std::int32_t ScratchPerThread(std::int32_t m, std::int32_t n, in ScratchPerThread() function
144 static std::int32_t ScratchPerThread(std::int32_t m, std::int32_t n, in ScratchPerThread() function
155 internal::GemmQuantized8BitOperation::ScratchPerThread(m, n, k); in gemm_q8_scratch()
190 internal::GemmFloatOperation::ScratchPerThread(m, n, k); in gemm_f_scratch()
223 internal::GemmInt32Operation::ScratchPerThread(m, n, k); in gemm_i32_scratch()
Dlegacy_multi_thread_common.h134 std::int32_t scratch_per_thread = operation.ScratchPerThread(m, n, k); in MultiThreadedMatrixMatrix()