ONE - On-device Neural Engine
Loading...
Searching...
No Matches
moco::tf::SoftmaxCanonicalizer Class Reference

Canonicalize TF-dialect TFSoftmax into canonical Softmax node. More...

#include <SoftmaxCanonicalizer.h>

Collaboration diagram for moco::tf::SoftmaxCanonicalizer:

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
 

Detailed Description

Canonicalize TF-dialect TFSoftmax into canonical Softmax node.

Definition at line 35 of file SoftmaxCanonicalizer.h.

Member Function Documentation

◆ name()

const char * moco::tf::SoftmaxCanonicalizer::name ( void  ) const
inlinefinalvirtual

Reimplemented from logo::Pass.

Definition at line 38 of file SoftmaxCanonicalizer.h.

38{ return "SoftmaxCanonicalizer"; }

◆ transform()

bool moco::tf::SoftmaxCanonicalizer::transform ( moco::TFSoftmax node) const
finalvirtual

Implements moco::tf::SimpleNodeTransform< moco::TFSoftmax >.

Definition at line 72 of file SoftmaxCanonicalizer.cpp.

73{
74 return canonicalize_softmax(node->graph(), node);
75}
Graph * graph(void)
Definition Node.h:70

References loco::Node::graph().


The documentation for this class was generated from the following files: