Home | History | Annotate | Download | only in test

Lines Matching full:lhs_offset

133                    MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,
144 const OffsetColDup lhs_offset_vector(lhs_offset, rows);
173 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,
185 const OffsetColDup lhs_offset_vector(lhs_offset, rows);
210 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,
215 ResultOrder>(context, lhs, rhs, result, lhs_offset,
244 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,
253 lhs.cols(), lhs.data(), lhs_offset, lhs.stride(), rhs.data(),
270 MatrixMap<Scalar, ResultOrder>* result, int lhs_offset,
275 rhs.cols(), lhs.cols(), lhs.data(), lhs_offset,
402 const RhsType& rhs, ResultType* result, int lhs_offset,
413 &result->map(), lhs_offset, rhs_offset, result_offset,
431 &ref_result.map(), lhs_offset, rhs_offset, result_offset, result_mult_int,
456 test_gemm_impl<GemmWrapper>(context, lhs, rhs, result, lhs_offset,
472 lhs_offset, rhs_offset, result_offset, result_mult_int, result_shift);
495 const RhsType& rhs, ResultType* result, int lhs_offset,
497 test_gemm_impl<GemmWrapper>(context, lhs, rhs, result, lhs_offset, rhs_offset,
745 const OffsetColMap lhs_offset(a_offset, m);
784 &gemm_context, lhs, rhs, &result, lhs_offset, rhs_offset,
855 const OffsetColMap lhs_offset(a_offset, m);
981 &gemm_context, lhs, rhs, &result, lhs_offset, rhs_offset,
1042 const OffsetColMap lhs_offset(&a_offset[0], m);
1094 &gemm_context, lhs, rhs, &result, lhs_offset, rhs_offset,
1208 const int lhs_offset = 12;
1215 &context, lhs.const_map(), rhs.const_map(), &result_raw_int32, lhs_offset,
1223 static_cast<std::int32_t>(lhs(r, d)) + lhs_offset;
1242 lhs_offset, rhs_offset, quantize_down_pipeline);
1269 &result_quantized_down_saturated_uint8, lhs_offset, rhs_offset,
1295 lhs_offset, rhs_offset, row_bias_addition_pipeline);
1316 lhs_offset, rhs_offset, col_bias_addition_pipeline);
1343 &context, lhs.const_map(), rhs.const_map(), &result_clamped, lhs_offset,
1363 &context, lhs.const_map(), rhs.const_map(), &result_tanh, lhs_offset,
1384 lhs_offset, rhs_offset, bias_clamp_pipeline);
1404 &result_biased_clamped_quantized_casted, lhs_offset, rhs_offset,
1447 &result_quantized_down_by_fixedpoint_int32, lhs_offset, rhs_offset,
1475 &result_quantized_down_by_fixedpoint_saturated_uint8, lhs_offset,