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

Function quantize_qasymm8_signed

arm_compute/core/QuantizationInfo.h:385–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383 */
384template <typename INFO_TYPE>
385inline int8_t quantize_qasymm8_signed(float value,
386 const INFO_TYPE &qinfo,
387 RoundingPolicy rounding_policy = RoundingPolicy::TO_NEAREST_UP)
388{
389 return Qasymm8QuantizationHelper<int8_t>::quantize(value, qinfo, rounding_policy);
390}
391
392/** Quantize a value given a 8-bit symmetric quantization scheme
393 *

Callers 15

PixelValueMethod · 0.85
configureMethod · 0.85
quantizeFunction · 0.85
batch_concatFunction · 0.85
run_opMethod · 0.85
run_opMethod · 0.85
q8_prepare_lutFunction · 0.85
depth_concatFunction · 0.85
init_lutFunction · 0.85

Calls 1

quantizeFunction · 0.50

Tested by

no test coverage detected