ONE - On-device Neural Engine
|
Class to fold DepthwiseConv2D with constant input and filter into a constant tensor. More...
#include <FoldDepthwiseConv2DPass.h>
Public Member Functions | |
const char * | name (void) const final |
bool | run (loco::Graph *g) final |
Public Member Functions inherited from logo::Pass | |
virtual | ~Pass ()=default |
Class to fold DepthwiseConv2D with constant input and filter into a constant tensor.
Definition at line 29 of file FoldDepthwiseConv2DPass.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 31 of file FoldDepthwiseConv2DPass.h.
|
finalvirtual |
Constant Folding for DepthwiseConv2D Op
Implements logo::Pass.
Definition at line 147 of file FoldDepthwiseConv2DPass.cpp.
References loco::active_nodes(), and loco::output_nodes().
Referenced by package.infer.session::inference().