ONE - On-device Neural Engine
|
Convert TFAdd to Canonical EltwiseAdd. More...
#include <AddCanonicalizer.h>
Public Member Functions | |
const char * | name (void) const final |
bool | transform (TFAdd *node) const final |
Public Member Functions inherited from moco::tf::SimpleNodeTransform< TFAdd > | |
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 TFAdd to Canonical EltwiseAdd.
Definition at line 35 of file AddCanonicalizer.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 38 of file AddCanonicalizer.h.
|
finalvirtual |
Implements moco::tf::SimpleNodeTransform< TFAdd >.
Definition at line 29 of file AddCanonicalizer.cpp.