Searched refs:gemm_q8_scratch (Results 1 – 2 of 2) sorted by relevance
262 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()
152 std::int32_t gemm_q8_scratch(std::int32_t m, std::int32_t n, std::int32_t k, in gemm_q8_scratch() function