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