|
ONE - On-device Neural Engine
|
Class to decompose Softmax into backend friendly structures. More...
#include <DecomposeSoftmaxPass.h>

Public Member Functions | |
| const char * | name (void) const final |
| bool | run (loco::Graph *g) final |
| Run the pass. | |
Public Member Functions inherited from logo::Pass | |
| virtual | ~Pass ()=default |
Class to decompose Softmax into backend friendly structures.
Definition at line 28 of file DecomposeSoftmaxPass.h.
Reimplemented from logo::Pass.
Definition at line 30 of file DecomposeSoftmaxPass.h.
|
finalvirtual |
Run the pass.
Implements logo::Pass.
Definition at line 162 of file DecomposeSoftmaxPass.cpp.
References loco::active_nodes(), luci::must_cast(), and loco::output_nodes().