17#ifndef __ONERT_ODC_QUANTIZE_H__
18#define __ONERT_ODC_QUANTIZE_H__
56 uint32_t _minmax_threshold = 0;
void setMinMaxRecordsThreshold(uint32_t value)
Set the number of minmax records enough for quantization.
int quantize(const char *in, const char *out, QuantizeType qtype) override
bool deleteMinMaxFile() override
Delete minmax file.
bool readyForQuantize() override
Checking the number of minmax records enough for quantization (comparison with threshold)