ONE - On-device Neural Engine
|
Determine wildcard dimension (denoted as -1) of Reshape's shape input if possible. More...
#include <ResolveReshapeWildcardDim.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 |
Determine wildcard dimension (denoted as -1) of Reshape's shape input if possible.
Definition at line 31 of file ResolveReshapeWildcardDim.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 34 of file ResolveReshapeWildcardDim.h.
|
overridevirtual |
Run the pass.
Implements logo::Pass.
Definition at line 138 of file ResolveReshapeWildcardDim.cpp.
References loco::active_nodes(), and loco::output_nodes().
Referenced by package.infer.session::inference().