ONE - On-device Neural Engine
|
Class to fuse SquaredDifference pattern. More...
#include <FuseSquaredDifferencePass.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 SquaredDifference pattern.
<BEFORE>
A — TFLSub — TFLMul — C / \ / B -— --—
<AFTER>
A — TFLSquaredDifference — C / B -—
Definition at line 40 of file FuseSquaredDifferencePass.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 42 of file FuseSquaredDifferencePass.h.
|
finalvirtual |
Run the pass.
Implements logo::Pass.
Definition at line 71 of file FuseSquaredDifferencePass.cpp.
References loco::active_nodes(), and loco::output_nodes().
Referenced by package.infer.session::inference().