Searched defs:result_mult_int (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/gemmlowp/public/ |
H A D | output_stages.h | 42 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 D | gemmlowp.h | 78 int rhs_offset, int result_offset, int result_mult_int, in Gemm()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | GEMMLowp.cpp | 66 …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 D | UtilsQuantizedAsymm.h | 72 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 D | test.cc | 403 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 D | GEMMLowpFixture.h | 348 …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 D | CpuGemmLowpQuantizeDownInt32ScaleKernel.cpp | 79 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 D | eight_bit_int_gemm.cc | 78 const int result_mult_int = c_mult_int; in EightBitIntGemmImpl() local
|