Searched refs:OffsetColMap (Results 1 – 1 of 1) sorted by relevance
/external/gemmlowp/test/ |
D | test.cc | 109 typedef VectorMap<const std::int32_t, VectorShape::Col> OffsetColMap; typedef 745 const OffsetColMap lhs_offset(a_offset, m); in TestWithSmallDataPerChannelQuantization() 775 const OffsetColMap result_offset(c_offset, m); in TestWithSmallDataPerChannelQuantization() 776 const OffsetColMap result_mult_int(c_mult_int, m); in TestWithSmallDataPerChannelQuantization() 855 const OffsetColMap lhs_offset(a_offset, m); in TestWithLargeDataPerChannelQuantization() 972 const OffsetColMap result_offset(c_offset, m); in TestWithLargeDataPerChannelQuantization() 973 const OffsetColMap result_mult_int(c_mult_int, m); in TestWithLargeDataPerChannelQuantization() 1042 const OffsetColMap lhs_offset(&a_offset[0], m); in TestMultithreadedPerChannelQuantization() 1085 const OffsetColMap result_offset(&c_offset[0], m); in TestMultithreadedPerChannelQuantization() 1086 const OffsetColMap result_mult_int(&c_mult_int[0], m); in TestMultithreadedPerChannelQuantization()
|