|
ONE - On-device Neural Engine
|
#include <RemoveDeadNodePass.h>

Public Member Functions | |
| const char * | name (void) const final |
| bool | run (loco::Graph *g) |
| Run the pass. | |
Public Member Functions inherited from logo::Pass | |
| virtual | ~Pass ()=default |
Definition at line 25 of file RemoveDeadNodePass.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 27 of file RemoveDeadNodePass.h.
|
virtual |
Run the pass.
Implements logo::Pass.
Definition at line 28 of file RemoveDeadNodePass.cpp.
References loco::active_nodes(), loco::all_nodes(), and loco::output_nodes().