Searched refs:gemmlowp_quantize_down_scale_by_float (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | GEMMLowp.cpp | 285 SimpleTensor<TOut> gemmlowp_quantize_down_scale_by_float(const SimpleTensor<TIn> &in, const SimpleT… in gemmlowp_quantize_down_scale_by_float() function 296 SimpleTensor<TOut> gemmlowp_quantize_down_scale_by_float(const SimpleTensor<TIn> &in, in gemmlowp_quantize_down_scale_by_float() function 306 template SimpleTensor<uint8_t> gemmlowp_quantize_down_scale_by_float(const SimpleTensor<int32_t> &a… 308 template SimpleTensor<uint8_t> gemmlowp_quantize_down_scale_by_float(const SimpleTensor<int32_t> &a, 310 template SimpleTensor<int8_t> gemmlowp_quantize_down_scale_by_float(const SimpleTensor<int32_t> &a,… 312 template SimpleTensor<int8_t> gemmlowp_quantize_down_scale_by_float(const SimpleTensor<int32_t> &a,
|
H A D | GEMMLowp.h | 64 SimpleTensor<TOut> gemmlowp_quantize_down_scale_by_float(const SimpleTensor<TIn> &in, const SimpleT… 68 SimpleTensor<TOut> gemmlowp_quantize_down_scale_by_float(const SimpleTensor<TIn> &in,
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | GEMMLowpFixture.h | 828 …return reference::gemmlowp_quantize_down_scale_by_float<int32_t, T>(a, b, result_float_multiplier_… in compute_reference() 832 …return reference::gemmlowp_quantize_down_scale_by_float<int32_t, T>(a, result_float_multiplier_vec… in compute_reference()
|