Home
last modified time | relevance | path

Searched refs:gemmlowp_quantize_down_scale_by_float (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DGEMMLowp.cpp285 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,
DGEMMLowp.h64 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,
/external/ComputeLibrary/tests/validation/fixtures/
DGEMMLowpFixture.h760 …return reference::gemmlowp_quantize_down_scale_by_float<int32_t, T>(a, b, result_float_multiplier_… in compute_reference()
764 …return reference::gemmlowp_quantize_down_scale_by_float<int32_t, T>(a, result_float_multiplier_vec… in compute_reference()