ONE - On-device Neural Engine
|
Pass to infer shape of nodes. More...
#include <ShapeInferencePass.h>
Public Member Functions | |
virtual const char * | name (void) const |
bool | run (loco::Graph *graph) |
Public Member Functions inherited from logo::Pass | |
virtual | ~Pass ()=default |
Pass to infer shape of nodes.
Definition at line 29 of file ShapeInferencePass.h.
|
inlinevirtual |
Reimplemented from logo::Pass.
Definition at line 32 of file ShapeInferencePass.h.
|
virtual |
Implements logo::Pass.
Definition at line 42 of file ShapeInferencePass.cpp.
References loco::apply(), loco::MultiDialectShapeInferenceRule::bind(), locoex::CircleDialect::get(), locoex::TFLDialect::get(), loco::CanonicalDialect::get(), locoex::COpDialect::get(), and loco::ShapeInferenceSession::to().
Referenced by package.infer.session::inference().