ONE - On-device Neural Engine
|
#include <LowerConv2D.h>
Public Member Functions | |
LowerConv2D () | |
PassData | run (PassData data) override |
run compiler pass | |
void | cleanup () override |
clean compiler pass data | |
std::string | getName () override |
Public Member Functions inherited from nnc::Pass | |
virtual | ~Pass ()=default |
Definition at line 27 of file LowerConv2D.h.
|
default |
|
overridevirtual |
clean compiler pass data
Reimplemented from nnc::Pass.
Definition at line 73 of file LowerConv2D.cpp.
|
inlineoverridevirtual |
Reimplemented from nnc::Pass.
Definition at line 36 of file LowerConv2D.h.
run compiler pass
data | - data that pass is taken |
PassException | object if errors occured |
Implements nnc::Pass.
Definition at line 50 of file LowerConv2D.cpp.
Referenced by package.infer.session::inference().