Home | History | Annotate | Download | only in eight_bit_int_gemm

Lines Matching defs:lhs_offset

78   const int lhs_offset = a_offset;
99 context, lhs, rhs, &result, lhs_offset, rhs_offset, result_offset, \
116 const int lhs_offset = a_offset;
136 context, lhs, rhs, &result, lhs_offset, rhs_offset, empty_pipeline); \
254 std::int32_t lhs_offset, std::int32_t rhs_offset,
264 scratch->buffer(), lhs, rhs, m, n, k, lhs_offset,
271 lhs_offset, sum_offset, multiplicative_offset,
280 std::int32_t lhs_offset, std::int32_t rhs_offset,
288 scratch->buffer(), lhs, rhs, m, n, k, lhs_offset,
294 lhs_offset, result_offset, result);