ONE - On-device Neural Engine
|
Convert TFDepthwiseConv2dNative to Canonical DepthwiseConv2D. More...
#include <DepthwiseConv2dNativeCanonicalizer.h>
Public Member Functions | |
const char * | name (void) const final |
bool | transform (moco::TFDepthwiseConv2dNative *) const final |
Public Member Functions inherited from moco::tf::SimpleNodeTransform< moco::TFDepthwiseConv2dNative > | |
SimpleNodeTransform ()=default | |
virtual | ~SimpleNodeTransform ()=default |
bool | run (loco::Graph *graph) final |
Run the pass. | |
Public Member Functions inherited from logo::Pass | |
virtual | ~Pass ()=default |
Convert TFDepthwiseConv2dNative to Canonical DepthwiseConv2D.
Definition at line 33 of file DepthwiseConv2dNativeCanonicalizer.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 36 of file DepthwiseConv2dNativeCanonicalizer.h.
|
finalvirtual |
Implements moco::tf::SimpleNodeTransform< moco::TFDepthwiseConv2dNative >.
Definition at line 131 of file DepthwiseConv2dNativeCanonicalizer.cpp.
References loco::Node::graph().