• Home
  • Raw
  • Download

Lines Matching refs:lhs_offset

133                    MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,  in Gemm()
144 const OffsetColDup lhs_offset_vector(lhs_offset, rows); in Gemm()
173 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset, in Gemm()
185 const OffsetColDup lhs_offset_vector(lhs_offset, rows); in Gemm()
210 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset, in Gemm()
215 ResultOrder>(context, lhs, rhs, result, lhs_offset, in Gemm()
244 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset, in Gemm()
253 lhs.cols(), lhs.data(), lhs_offset, lhs.stride(), rhs.data(), in Gemm()
270 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset, in Gemm()
275 rhs.cols(), lhs.cols(), lhs.data(), lhs_offset, in Gemm()
402 const RhsType& rhs, ResultType* result, int lhs_offset, in test_gemm_impl() argument
413 &result->map(), lhs_offset, rhs_offset, result_offset, in test_gemm_impl()
431 &ref_result.map(), lhs_offset, rhs_offset, result_offset, result_mult_int, in test_gemm_impl()
456 test_gemm_impl<GemmWrapper>(context, lhs, rhs, result, lhs_offset, in test_gemm_impl()
472 lhs_offset, rhs_offset, result_offset, result_mult_int, result_shift); in test_gemm_impl()
495 const RhsType& rhs, ResultType* result, int lhs_offset, in test_gemm() argument
497 test_gemm_impl<GemmWrapper>(context, lhs, rhs, result, lhs_offset, rhs_offset, in test_gemm()
745 const OffsetColMap lhs_offset(a_offset, m); in TestWithSmallDataPerChannelQuantization() local
784 &gemm_context, lhs, rhs, &result, lhs_offset, rhs_offset, in TestWithSmallDataPerChannelQuantization()
855 const OffsetColMap lhs_offset(a_offset, m); in TestWithLargeDataPerChannelQuantization() local
981 &gemm_context, lhs, rhs, &result, lhs_offset, rhs_offset, in TestWithLargeDataPerChannelQuantization()
1042 const OffsetColMap lhs_offset(&a_offset[0], m); in TestMultithreadedPerChannelQuantization() local
1094 &gemm_context, lhs, rhs, &result, lhs_offset, rhs_offset, in TestMultithreadedPerChannelQuantization()
1208 const int lhs_offset = 12; in TestOutputStages() local
1215 &context, lhs.const_map(), rhs.const_map(), &result_raw_int32, lhs_offset, in TestOutputStages()
1223 static_cast<std::int32_t>(lhs(r, d)) + lhs_offset; in TestOutputStages()
1242 lhs_offset, rhs_offset, quantize_down_pipeline); in TestOutputStages()
1269 &result_quantized_down_saturated_uint8, lhs_offset, rhs_offset, in TestOutputStages()
1289 &result_quantized_down_saturated_int16, lhs_offset, rhs_offset, in TestOutputStages()
1309 &result_quantized_down_truncated_uint8, lhs_offset, rhs_offset, in TestOutputStages()
1336 lhs_offset, rhs_offset, row_bias_addition_pipeline); in TestOutputStages()
1357 lhs_offset, rhs_offset, col_bias_addition_pipeline); in TestOutputStages()
1384 &context, lhs.const_map(), rhs.const_map(), &result_clamped, lhs_offset, in TestOutputStages()
1404 &context, lhs.const_map(), rhs.const_map(), &result_tanh, lhs_offset, in TestOutputStages()
1425 lhs_offset, rhs_offset, bias_clamp_pipeline); in TestOutputStages()
1445 &result_biased_clamped_quantized_casted, lhs_offset, rhs_offset, in TestOutputStages()
1488 &result_quantized_down_by_fixedpoint_int32, lhs_offset, rhs_offset, in TestOutputStages()
1522 &result_scaled_by_fixedpoint_and_exponent_int32, lhs_offset, rhs_offset, in TestOutputStages()
1553 &result_quantized_down_by_fixedpoint_saturated_uint8, lhs_offset, in TestOutputStages()