#include <Quantization.h>
Definition at line 23 of file Quantization.h.
◆ AffineQuantization() [1/2]
mir::AffineQuantization::AffineQuantization |
( |
| ) |
|
|
default |
◆ AffineQuantization() [2/2]
mir::AffineQuantization::AffineQuantization |
( |
float |
scale, |
|
|
int |
zero_point |
|
) |
| |
|
inline |
Definition at line 28 of file Quantization.h.
29 : _scale(scale), _zero_point(zero_point), _empty(false)
30 {
31 }
◆ empty()
bool mir::AffineQuantization::empty |
( |
| ) |
const |
|
inline |
◆ getScale()
float mir::AffineQuantization::getScale |
( |
| ) |
const |
|
inline |
◆ getZeroPoint()
int mir::AffineQuantization::getZeroPoint |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: