MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / dequantize_qasymm8

Function dequantize_qasymm8

arm_compute/core/QuantizationInfo.h:433–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431 */
432template <typename INFO_TYPE>
433inline float dequantize_qasymm8(uint8_t value, const INFO_TYPE &qinfo)
434{
435 return Qasymm8QuantizationHelper<uint8_t>::dequantize(value, qinfo);
436}
437
438/** Dequantize a value given a signed 8-bit asymmetric quantization scheme
439 *

Callers 7

check_value_rangeFunction · 0.50
convert_from_asymmetricFunction · 0.50
widthconcatenate_layerFunction · 0.50
depthconcatenate_layerFunction · 0.50
scaleFunction · 0.50
dequantizeFunction · 0.50
get_random_endMethod · 0.50

Calls 1

dequantizeFunction · 0.70

Tested by

no test coverage detected