|
ONE - On-device Neural Engine
|
Pass to fuse CircleCustom(PostScale) to succeeding Ops. More...
#include <FusePostScalePass.h>

Public Member Functions | |
| virtual const char * | name (void) const |
| bool | run (loco::Graph *graph) |
| Run the pass. | |
Public Member Functions inherited from logo::Pass | |
| virtual | ~Pass ()=default |
Pass to fuse CircleCustom(PostScale) to succeeding Ops.
BEFORE
[Node]
|
[PostScale]
AFTER
[Node'] (Weights are updated)
Definition at line 41 of file FusePostScalePass.h.
|
inlinevirtual |
Reimplemented from logo::Pass.
Definition at line 44 of file FusePostScalePass.h.
|
virtual |
Run the pass.
Implements logo::Pass.
Definition at line 507 of file FusePostScalePass.cpp.
References loco::active_nodes(), loco::must_cast(), and loco::output_nodes().