Lines Matching defs:SelectiveQuantizer
23 struct SelectiveQuantizer struct
25 static T Quantize(float value, float scale, int32_t offset) in Quantize()
30 static float Dequantize(T value, float scale, int32_t offset) in Dequantize()
37 struct SelectiveQuantizer<T, false> struct
39 static T Quantize(float value, float scale, int32_t offset) in Quantize()
45 static float Dequantize(T value, float scale, int32_t offset) in Dequantize()
53 struct SelectiveQuantizer<armnn::Half, false> struct
55 static armnn::Half Quantize(float value, float scale, int32_t offset) in Quantize()
61 static float Dequantize(armnn::Half value, float scale, int32_t offset) in Dequantize()
69 struct SelectiveQuantizer<armnn::BFloat16, false> struct
71 static armnn::BFloat16 Quantize(float value, float scale, int32_t offset) in Quantize()
77 static float Dequantize(armnn::BFloat16 value, float scale, int32_t offset) in Dequantize()