|
ONE - On-device Neural Engine
|
Fuse TFAdd, TFMul to preceding TFConv2D or TFDepthWiseConv2D. More...
#include <FuseBinaryIntoPreceding.h>

Public Member Functions | |
| const char * | name (void) const final |
| bool | run (loco::Graph *graph) override |
| Run the pass. | |
Public Member Functions inherited from logo::Pass | |
| virtual | ~Pass ()=default |
Fuse TFAdd, TFMul to preceding TFConv2D or TFDepthWiseConv2D.
Definition at line 30 of file FuseBinaryIntoPreceding.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 33 of file FuseBinaryIntoPreceding.h.
|
overridevirtual |
Run the pass.
Implements logo::Pass.
Definition at line 500 of file FuseBinaryIntoPreceding.cpp.
References loco::active_nodes(), moco::TFNode::dialect(), moco::TFDialect::get(), and loco::output_nodes().