Home | History | Annotate | Download | only in eight_bit_int_gemm

Lines Matching full:a_offset

73                          const std::uint8_t* a, std::int32_t a_offset, int lda,
78 const int lhs_offset = a_offset;
112 const std::uint8_t* a, std::int32_t a_offset,
116 const int lhs_offset = a_offset;
306 std::int32_t a_offset, int lda, const std::uint8_t* b,
316 MetaGemmQuantized8Bit(context, a, b, m, n, k, a_offset, b_offset, c_offset,
324 EightBitIntGemmImpl<ta, tb, tc>(context, m, n, k, a, a_offset, lda, b, \
343 std::int32_t a_offset, std::int32_t lda,
353 MetaGemmFloat(context, a, b, m, n, k, a_offset, b_offset, c_offset,
370 EightBitIntGemmInt32Impl<ta, tb, tc>(context, m, n, k, a, a_offset, lda, \