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