ONE - On-device Neural Engine
|
Pass to infer type of circle nodes. More...
#include <CircleTypeInferencePass.h>
Public Member Functions | |
virtual const char * | name (void) const |
bool | run (luci::Module *m) |
bool | run (loco::Graph *g) |
Run the pass. | |
Public Member Functions inherited from logo::Pass | |
virtual | ~Pass ()=default |
Pass to infer type of circle nodes.
Definition at line 30 of file CircleTypeInferencePass.h.
|
inlinevirtual |
Reimplemented from logo::Pass.
Definition at line 33 of file CircleTypeInferencePass.h.
|
virtual |
Run the pass.
Implements logo::Pass.
Definition at line 41 of file CircleTypeInferencePass.cpp.
References luci::tinf::Rule::infer(), and luci::inference_candidates().
Referenced by package.infer.session::inference().
|
virtual |
Implements luci::Pass.
Definition at line 28 of file CircleTypeInferencePass.cpp.
Referenced by package.infer.session::inference(), and run().