#include <IQuantizer.h>
Definition at line 28 of file IQuantizer.h.
◆ ~IQuantizer()
virtual onert::odc::IQuantizer::~IQuantizer |
( |
| ) |
|
|
virtualdefault |
◆ deleteMinMaxFile()
virtual bool onert::odc::IQuantizer::deleteMinMaxFile |
( |
| ) |
|
|
pure virtual |
Delete minmax file.
- Returns
- True if there were no errors, False otherwise
Implemented in onert::odc::Quantizer.
◆ quantize()
virtual int onert::odc::IQuantizer::quantize |
( |
const char * |
in, |
|
|
const char * |
out, |
|
|
QuantizeType |
qtype |
|
) |
| |
|
pure virtual |
◆ readyForQuantize()
virtual bool onert::odc::IQuantizer::readyForQuantize |
( |
| ) |
|
|
pure virtual |
Checking the number of minmax records enough for quantization.
- Returns
- True if ready, False otherwise
Implemented in onert::odc::Quantizer.
◆ setMinMaxRecordsThreshold()
virtual void onert::odc::IQuantizer::setMinMaxRecordsThreshold |
( |
uint32_t |
value | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: