ONE - On-device Neural Engine
|
Class to fuse Mul operation with a preceding Conv. More...
#include <FuseMulWithConvPass.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 fuse Mul operation with a preceding Conv.
Definition at line 28 of file FuseMulWithConvPass.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 30 of file FuseMulWithConvPass.h.
|
finalvirtual |
Run the pass.
Implements logo::Pass.
Definition at line 192 of file FuseMulWithConvPass.cpp.
References loco::active_nodes(), luci::fuse_mul_with_conv(), and loco::output_nodes().
Referenced by package.infer.session::inference().