|
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 luci::Pass | |
| bool | run (loco::Graph *) override |
| Run the pass. | |
| bool | run (luci::Module *) override |
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.
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::inference_candidates(), loco::must_cast(), and luci::must_cast().
|
virtual |
Implements luci::ModulePass.
Definition at line 28 of file CircleTypeInferencePass.cpp.
Referenced by run().