Searched defs:rounding_offset_generator (Results 1 - 3 of 3) sorted by relevance

/external/gemmlowp/internal/
H A Dpack_SSE.h38 rounding_offset_generator) {
51 std::uint8_t rounding_offset = rounding_offset_generator->get();
85 RoundingOffsetGenerator* rounding_offset_generator) {
116 SSERequantize<QuantizationParams>(&xmm9, rounding_offset_generator);
119 SSERequantize<QuantizationParams>(&xmm10, rounding_offset_generator);
126 SSERequantize<QuantizationParams>(&xmm11, rounding_offset_generator);
129 SSERequantize<QuantizationParams>(&xmm12, rounding_offset_generator);
35 SSERequantize( __m128i* raw_src_ptr, ScalarRoundingOffsetGenerator<QuantizationParams::kRoundingMode>* rounding_offset_generator) argument
84 Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width, RoundingOffsetGenerator* rounding_offset_generator) argument
H A Dpack_neon.h123 rounding_offset_generator) {
131 uint8x16_t rounding_offset = rounding_offset_generator->get();
184 RoundingOffsetGenerator* rounding_offset_generator) {
192 vld1q_u8(src_ptr + i * stride), rounding_offset_generator);
290 RoundingOffsetGenerator* rounding_offset_generator) {
304 vld1q_u8(src_ptr), rounding_offset_generator)); \
120 Requantize( uint8x16_t raw_src_data, NEONRoundingOffsetGenerator<QuantizationParams::kRoundingMode>* rounding_offset_generator) argument
183 Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width, RoundingOffsetGenerator* rounding_offset_generator) argument
289 Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width, RoundingOffsetGenerator* rounding_offset_generator) argument
H A Dpack.h267 rounding_offset_generator) {
276 std::uint8_t rounding_offset = rounding_offset_generator->get();
349 RoundingOffsetGenerator* rounding_offset_generator) {
365 raw_src_val, rounding_offset_generator);
264 Requantize( std::uint8_t raw_src_val, ScalarRoundingOffsetGenerator<QuantizationParams::kRoundingMode>* rounding_offset_generator) argument
348 Pack(PackedSideBlock* dst, int start_width, RoundingOffsetGenerator* rounding_offset_generator) argument

Completed in 66 milliseconds