Home
last modified time | relevance | path

Searched refs:rounding_offset (Results 1 – 5 of 5) sorted by relevance

/external/gemmlowp/meta/generators/
Dqnt_Nx8_neon.py98 rounding_offset, argument
108 emitter.EmitVAdd('i32', lane[0], lane[0], rounding_offset)
124 rounding_offset, argument
153 rounding_offset,
282 rounding_offset, argument
303 rounding_offset,
345 rounding_offset = DuplicateRegister(
369 rounding_offset,
383 rounding_offset,
/external/gemmlowp/meta/
Dsingle_thread_gemm.h4453 std::int32_t rounding_offset, std::int32_t shift) { in qnt_1x8_aligned() argument
4483 [rounding_offset] "+r"(rounding_offset) in qnt_1x8_aligned()
4494 std::int32_t rounding_offset, std::int32_t shift) { in qnt_1x8_1_aligned() argument
4535 [rounding_offset] "+r"(rounding_offset) in qnt_1x8_1_aligned()
4546 std::int32_t rounding_offset, std::int32_t shift) { in qnt_1x8_2_aligned() argument
4587 [rounding_offset] "+r"(rounding_offset) in qnt_1x8_2_aligned()
4598 std::int32_t rounding_offset, std::int32_t shift) { in qnt_1x8_3_aligned() argument
4641 [rounding_offset] "+r"(rounding_offset) in qnt_1x8_3_aligned()
4652 std::int32_t rounding_offset, std::int32_t shift) { in qnt_1x8_4_aligned() argument
4693 [rounding_offset] "+r"(rounding_offset) in qnt_1x8_4_aligned()
[all …]
/external/gemmlowp/internal/
Dpack_SSE.h51 std::uint8_t rounding_offset = rounding_offset_generator->get(); in SSERequantize() local
52 raw_src_ui8_ptr[i] = (scaled + rounding_offset) / 255; in SSERequantize()
Dpack_neon.h131 uint8x16_t rounding_offset = rounding_offset_generator->get(); in Requantize() local
137 x[0] = vmlal_u8(vmovl_u8(vget_low_u8(rounding_offset)), maxval_dup, in Requantize()
139 x[1] = vmlal_u8(vmovl_u8(vget_high_u8(rounding_offset)), maxval_dup, in Requantize()
Dpack.h276 std::uint8_t rounding_offset = rounding_offset_generator->get(); in Requantize() local
277 return (scaled + rounding_offset) / 255; in Requantize()