Home
last modified time | relevance | path

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

/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc262 scratch->AssureSize(meta::gemm_q8_scratch(m, n, k, max_num_threads)); in MetaGemmQuantized8Bit()
268 scratch->AssureSize(meta::gemm_q8_scratch(n, m, k, max_num_threads)); in MetaGemmQuantized8Bit()
/external/gemmlowp/meta/
Dlegacy_multi_thread_gemm.h152 std::int32_t gemm_q8_scratch(std::int32_t m, std::int32_t n, std::int32_t k, in gemm_q8_scratch() function