ONE - On-device Neural Engine
|
Pass to infer type of nodes. More...
#include <TypeInferencePass.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 type of nodes.
Definition at line 31 of file TypeInferencePass.h.
|
inlinevirtual |
Reimplemented from logo::Pass.
Definition at line 34 of file TypeInferencePass.h.
|
virtual |
Implements logo::Pass.
Definition at line 40 of file TypeInferencePass.cpp.
References loco::apply(), loco::MultiDialectTypeInferenceRule::bind(), locoex::CircleDialect::get(), locoex::TFLDialect::get(), loco::CanonicalDialect::get(), locoex::COpDialect::get(), and loco::ShapeInferenceSession::to().
Referenced by package.infer.session::inference().