|
ONE - On-device Neural Engine
|
Convert TFPlaceholder to Canonical Pull. More...
#include <PlaceholderCanonicalizer.h>

Public Member Functions | |
| const char * | name (void) const final |
| bool | transform (moco::TFPlaceholder *) const final |
Public Member Functions inherited from moco::tf::SimpleNodeTransform<::moco::TFPlaceholder > | |
| SimpleNodeTransform ()=default | |
| virtual | ~SimpleNodeTransform ()=default |
| virtual bool | transform (::moco::TFPlaceholder *node) const=0 |
| bool | run (loco::Graph *graph) final |
| Run the pass. | |
Public Member Functions inherited from logo::Pass | |
| virtual | ~Pass ()=default |
Convert TFPlaceholder to Canonical Pull.
Definition at line 35 of file PlaceholderCanonicalizer.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 38 of file PlaceholderCanonicalizer.h.
|
final |