Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/include/armnnUtils/
H A DQuantizeHelper.hpp23 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
[all …]