ONE - On-device Neural Engine
|
Class to Remove FakeQuant node. More...
#include <RemoveFakeQuantPass.h>
Public Member Functions | |
const char * | name (void) const final |
bool | run (loco::Graph *g) final |
Public Member Functions inherited from logo::Pass | |
virtual | ~Pass ()=default |
Class to Remove FakeQuant node.
Definition at line 28 of file RemoveFakeQuantPass.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 30 of file RemoveFakeQuantPass.h.
|
finalvirtual |
BEFORE
[CircleNode] | [CircleFakeQuant] | [CircleNode]
AFTER
[CircleNode] | [CircleNode] [CircleFakeQuant]
CircleFakeQuant OP will be removed from the output graph
Implements logo::Pass.
Definition at line 54 of file RemoveFakeQuantPass.cpp.
References loco::active_nodes(), and loco::output_nodes().
Referenced by package.infer.session::inference().