ONE - On-device Neural Engine
|
Convert TFSub to Canonical EltwiseSub. More...
#include <SubCanonicalizer.h>
Public Member Functions | |
const char * | name (void) const final |
bool | transform (moco::TFSub *) const final |
Public Member Functions inherited from moco::tf::SimpleNodeTransform< moco::TFSub > | |
SimpleNodeTransform ()=default | |
virtual | ~SimpleNodeTransform ()=default |
bool | run (loco::Graph *graph) final |
Run the pass. | |
Public Member Functions inherited from logo::Pass | |
virtual | ~Pass ()=default |
Convert TFSub to Canonical EltwiseSub.
Definition at line 35 of file SubCanonicalizer.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 38 of file SubCanonicalizer.h.
|
finalvirtual |
Implements moco::tf::SimpleNodeTransform< moco::TFSub >.
Definition at line 28 of file SubCanonicalizer.cpp.