Home
last modified time | relevance | path

Searched defs:result_mult_int (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/gemmlowp/public/
H A Doutput_stages.h42 std::int32_t result_mult_int; member
64 VectorMap<const std::int32_t, tShape> result_mult_int; member
213 std::int32_t result_mult_int, in MakeStandardOutputPipeline()
231 const VectorMap<const std::int32_t, tShape>& result_mult_int, in MakeStandardOutputPipeline()
H A Dgemmlowp.h78 int rhs_offset, int result_offset, int result_mult_int, in Gemm()
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DGEMMLowp.cpp66 …r<TIn> *bias, SimpleTensor<TOut> *dst, int32_t result_offset, std::vector<int32_t> result_mult_int, in quantize_down_scale()
241 …scale(const SimpleTensor<TIn> &in, int32_t result_offset, std::vector<int32_t> result_mult_int, st… in gemmlowp_quantize_down_scale()
252 …n> &in, const SimpleTensor<TIn> &bias, int32_t result_offset, std::vector<int32_t> result_mult_int, in gemmlowp_quantize_down_scale()
H A DUtilsQuantizedAsymm.h72 inline int32_t quantize_down_scale_by_fixedpoint(int32_t val, int32_t result_mult_int, int32_t resu… in quantize_down_scale_by_fixedpoint()
/aosp_15_r20/external/gemmlowp/test/
H A Dtest.cc403 int rhs_offset, int result_offset, int result_mult_int, in test_gemm_impl()
496 int rhs_offset, int result_offset, int result_mult_int) { in test_gemm()
776 const OffsetColMap result_mult_int(c_mult_int, m); in TestWithSmallDataPerChannelQuantization() local
973 const OffsetColMap result_mult_int(c_mult_int, m); in TestWithLargeDataPerChannelQuantization() local
1086 const OffsetColMap result_mult_int(&c_mult_int[0], m); in TestMultithreadedPerChannelQuantization() local
1202 int result_mult_int, int result_shift) { in TestOutputStages()
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DGEMMLowpFixture.h348 …void setup(TensorShape shape, int32_t result_offset, int32_t result_mult_int, int32_t result_shift… in setup()
362 … compute_target(const TensorShape &shape, int32_t result_offset, int32_t result_mult_int, int32_t … in compute_target()
414 …mpute_reference(const TensorShape &shape, int32_t result_offset, int32_t result_mult_int, int32_t … in compute_reference()
450 …void setup(TensorShape shape, int32_t result_offset, int32_t result_mult_int, int32_t result_shift… in setup()
464 … compute_target(const TensorShape &shape, int32_t result_offset, int32_t result_mult_int, int32_t … in compute_target()
516 …mpute_reference(const TensorShape &shape, int32_t result_offset, int32_t result_mult_int, int32_t … in compute_reference()
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuGemmLowpQuantizeDownInt32ScaleKernel.cpp79 inline void scale_input(int32x4x4_t &in_s32, int32x4_t result_offset_s32, int32_t result_mult_int) in scale_input()
/aosp_15_r20/external/gemmlowp/eight_bit_int_gemm/
H A Deight_bit_int_gemm.cc78 const int result_mult_int = c_mult_int; in EightBitIntGemmImpl() local