ONE - On-device Neural Engine
|
Class to remove broadcasts of Const nodes. More...
#include <ExpandBroadcastConstPass.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 broadcasts of Const nodes.
Definition at line 28 of file ExpandBroadcastConstPass.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 30 of file ExpandBroadcastConstPass.h.
|
finalvirtual |
Broadcast expanding for Const nodes
Implements logo::Pass.
Definition at line 163 of file ExpandBroadcastConstPass.cpp.
References loco::active_nodes(), and loco::output_nodes().
Referenced by package.infer.session::inference().