| 431 | */ |
| 432 | template <typename INFO_TYPE> |
| 433 | inline 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 | * |
no test coverage detected