|
arduino-audio-tools
|
Quantizer that helps to quantize and dequantize between float and int8. More...
#include <TfLiteAudioStream.h>
Static Public Member Functions | |
| static float | clip (float value, float range) |
| static float | dequantize (int8_t value, float scale, float zero_point) |
| static float | dequantizeToNewRange (int8_t value, float scale, float zero_point, float new_range) |
| static int8_t | quantize (float value, float scale, float zero_point) |
Quantizer that helps to quantize and dequantize between float and int8.
|
inlinestatic |