ONE - On-device Neural Engine
|
Class to remove Add+FloorMod guard ops of Gather. More...
#include <RemoveGatherGuardPass.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 remove Add+FloorMod guard ops of Gather.
Definition at line 32 of file RemoveGatherGuardPass.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 34 of file RemoveGatherGuardPass.h.
|
finalvirtual |
Run the pass.
Implements logo::Pass.
Definition at line 113 of file RemoveGatherGuardPass.cpp.
References loco::active_nodes(), and loco::output_nodes().
Referenced by package.infer.session::inference().