ONE - On-device Neural Engine
|
Class to quantize nodes using their predecessors' qparam. More...
#include <QuantizeWithPredecessorPass.h>
Public Member Functions | |
const char * | name (void) const final |
bool | run (loco::Graph *g) final |
Run the pass. | |
Public Member Functions inherited from logo::Pass | |
virtual | ~Pass ()=default |
Class to quantize nodes using their predecessors' qparam.
Definition at line 29 of file QuantizeWithPredecessorPass.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 31 of file QuantizeWithPredecessorPass.h.
|
finalvirtual |
Run the pass.
Implements logo::Pass.
Definition at line 194 of file QuantizeWithPredecessorPass.cpp.
References loco::active_nodes(), INFO, LOGGER, and loco::output_nodes().
Referenced by package.infer.session::inference(), and luci::QuantizeOnnxFakeQuantModelPass::run().