ONE - On-device Neural Engine
|
Class to propagate quantization parameters of an operator's output to input. More...
#include <PropagateQParamBackwardPass.h>
Public Member Functions | |
PropagateQParamBackwardPass (loco::DataType output) | |
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 propagate quantization parameters of an operator's output to input.
Definition at line 28 of file PropagateQParamBackwardPass.h.
|
inline |
Definition at line 30 of file PropagateQParamBackwardPass.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 32 of file PropagateQParamBackwardPass.h.
|
finalvirtual |
Run the pass.
Implements logo::Pass.
Definition at line 521 of file PropagateQParamBackwardPass.cpp.
References INFO, LOGGER, loco::output_nodes(), and loco::postorder_traversal().
Referenced by package.infer.session::inference(), and luci::QuantizeWithMinMaxPass::run().