Lines Matching refs:lhs_offset

124                    MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,  in Gemm()
127 const OffsetColDup lhs_offset_vector(lhs_offset, lhs.rows()); in Gemm()
155 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset, in Gemm()
158 const OffsetColDup lhs_offset_vector(lhs_offset, lhs.rows()); in Gemm()
182 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset, in Gemm()
186 context, lhs, rhs, result, lhs_offset, rhs_offset, result_offset, in Gemm()
213 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset, in Gemm()
221 lhs.cols(), lhs.data(), lhs_offset, lhs.stride(), rhs.data(), in Gemm()
237 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset, in Gemm()
241 rhs.cols(), lhs.cols(), lhs.data(), lhs_offset, in Gemm()
366 const RhsType& rhs, ResultType* result, int lhs_offset, in test_gemm_impl() argument
377 lhs_offset, rhs_offset, result_offset, result_mult_int, in test_gemm_impl()
390 &ref_result.map(), lhs_offset, rhs_offset, result_offset, result_mult_int, in test_gemm_impl()
415 test_gemm_impl<GemmWrapper>(context, lhs, rhs, result, lhs_offset, in test_gemm_impl()
450 lhs_offset, rhs_offset, result_offset, result_mult_int, result_shift); in test_gemm_impl()
473 const RhsType& rhs, ResultType* result, int lhs_offset, in test_gemm() argument
475 test_gemm_impl<GemmWrapper>(context, lhs, rhs, result, lhs_offset, rhs_offset, in test_gemm()
723 const OffsetColMap lhs_offset(a_offset, m); in TestWithSmallDataPerChannelQuantization() local
771 &gemm_context, lhs, rhs, &result, lhs_offset, rhs_offset, in TestWithSmallDataPerChannelQuantization()
849 const OffsetColMap lhs_offset(a_offset, m); in TestWithLargeDataPerChannelQuantization() local
991 &gemm_context, lhs, rhs, &result, lhs_offset, rhs_offset, in TestWithLargeDataPerChannelQuantization()
1104 const int lhs_offset = 12; in TestOutputStages() local
1111 &context, lhs.const_map(), rhs.const_map(), &result_raw_int32, lhs_offset, in TestOutputStages()
1119 static_cast<std::int32_t>(lhs(r, d)) + lhs_offset; in TestOutputStages()
1138 lhs_offset, rhs_offset, quantize_down_pipeline); in TestOutputStages()
1167 &result_quantized_down_saturated_uint8, lhs_offset, rhs_offset, in TestOutputStages()
1191 lhs_offset, rhs_offset, row_bias_addition_pipeline); in TestOutputStages()
1212 lhs_offset, rhs_offset, col_bias_addition_pipeline); in TestOutputStages()
1239 &context, lhs.const_map(), rhs.const_map(), &result_clamped, lhs_offset, in TestOutputStages()
1259 &context, lhs.const_map(), rhs.const_map(), &result_tanh, lhs_offset, in TestOutputStages()
1280 lhs_offset, rhs_offset, bias_clamp_pipeline); in TestOutputStages()
1300 &result_biased_clamped_quantized_casted, lhs_offset, rhs_offset, in TestOutputStages()