MCPcopy Create free account
hub / github.com/ARM-software/armnn / SelectiveDequantize

Function SelectiveDequantize

include/armnnUtils/QuantizeHelper.hpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90template<typename T>
91float SelectiveDequantize(T value, float scale, int32_t offset)
92{
93 return SelectiveQuantizer<T, armnn::IsQuantizedType<T>()>::Dequantize(value, scale, offset);
94};
95
96template<typename ItType>
97struct IsFloatingPointIterator

Callers 2

ApplyBiasFunction · 0.85
ApplyBiasToDataFunction · 0.85

Calls 1

DequantizeFunction · 0.50

Tested by 2

ApplyBiasFunction · 0.68
ApplyBiasToDataFunction · 0.68