ONE - On-device Neural Engine
|
Trasform TFFusedBatchNorm into TFAdd + TFRsqrt + TFMul + TFBatchNorm. More...
#include <ResolveFusedBatchNorm.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 |
Trasform TFFusedBatchNorm into TFAdd + TFRsqrt + TFMul + TFBatchNorm.
Definition at line 30 of file ResolveFusedBatchNorm.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 33 of file ResolveFusedBatchNorm.h.
|
overridevirtual |
Run the pass.
Implements logo::Pass.
Definition at line 236 of file ResolveFusedBatchNorm.cpp.
References loco::active_nodes(), and loco::output_nodes().
Referenced by package.infer.session::inference().