ONE - On-device Neural Engine
|
Canonicalize TF-dialect TFSoftmax into canonical Softmax node. More...
#include <SoftmaxCanonicalizer.h>
Public Member Functions | |
const char * | name (void) const final |
bool | transform (moco::TFSoftmax *) const final |
Public Member Functions inherited from moco::tf::SimpleNodeTransform< moco::TFSoftmax > | |
SimpleNodeTransform ()=default | |
virtual | ~SimpleNodeTransform ()=default |
bool | run (loco::Graph *graph) final |
Run the pass. | |
Public Member Functions inherited from logo::Pass | |
virtual | ~Pass ()=default |
Canonicalize TF-dialect TFSoftmax into canonical Softmax node.
Definition at line 35 of file SoftmaxCanonicalizer.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 38 of file SoftmaxCanonicalizer.h.
|
finalvirtual |
Implements moco::tf::SimpleNodeTransform< moco::TFSoftmax >.
Definition at line 72 of file SoftmaxCanonicalizer.cpp.
References loco::Node::graph().