Lines Matching refs:a_offset
37 const std::uint8_t* a, std::int32_t a_offset, in ReferenceEightBitIntGemm() argument
87 static_cast<std::int32_t>(a_as_byte) + a_offset; in ReferenceEightBitIntGemm()
743 int a_offset[] = {0, -64}; in TestWithSmallDataPerChannelQuantization() local
745 const OffsetColMap lhs_offset(a_offset, m); in TestWithSmallDataPerChannelQuantization()
852 int a_offset[] = {0, 0, 0, -51, -51, 0, -36, 0, 0, 0, 0, in TestWithLargeDataPerChannelQuantization() local
855 const OffsetColMap lhs_offset(a_offset, m); in TestWithLargeDataPerChannelQuantization()
1036 std::vector<std::int32_t> a_offset(m, 0); in TestMultithreadedPerChannelQuantization() local
1038 a_offset[i] = lhs_offsets_terse[i / 16]; in TestMultithreadedPerChannelQuantization()
1042 const OffsetColMap lhs_offset(&a_offset[0], m); in TestMultithreadedPerChannelQuantization()
1146 const int a_offset = 0; in TestWithSmallData() local
1154 a_offset, lda, b_data, b_offset, ldb, output_data.get(), c_offset, c_mult, in TestWithSmallData()
1177 test_data::a_data, test_data::a_offset, test_data::k, test_data::b_data, in TestWithRealData()