ONE - On-device Neural Engine
|
Replace fully determined TFShape node into TFConst. More...
#include <ResolveConstantShape.h>
Public Member Functions | |
const char * | name (void) const final |
bool | run (loco::Graph *graph) override |
Run the pass. | |
Public Member Functions inherited from logo::Pass | |
virtual | ~Pass ()=default |
Replace fully determined TFShape node into TFConst.
Definition at line 30 of file ResolveConstantShape.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 33 of file ResolveConstantShape.h.
|
overridevirtual |
Run the pass.
Implements logo::Pass.
Definition at line 114 of file ResolveConstantShape.cpp.
References loco::active_nodes(), and loco::output_nodes().
Referenced by package.infer.session::inference().