ONE - On-device Neural Engine
|
Public Member Functions | |
PassData | run (PassData data) override |
run compiler pass | |
Public Member Functions inherited from nnc::Pass | |
virtual void | cleanup () |
clean compiler pass data | |
virtual | ~Pass ()=default |
virtual std::string | getName () |
Definition at line 28 of file PassManagerTest.cpp.
run compiler pass
data | - data that pass is taken |
PassException | object if errors occured |
Implements nnc::Pass.
Definition at line 31 of file PassManagerTest.cpp.
Referenced by package.infer.session::inference(), and TEST().