ONE - On-device Neural Engine
|
#include <Quantizer.h>
Public Member Functions | |
virtual void | onQuantized (luci::Module *module) const =0 |
called on successfull quantization | |
Definition at line 35 of file Quantizer.h.
|
pure virtual |
called on successfull quantization
module | quantized module |
Implemented in mpqsolver::core::DumpingHooks.
Referenced by mpqsolver::core::Quantizer::quantize().