ONE - On-device Neural Engine
|
Dumps the graph to a dot file named number%.dot where number% is how many times the graph was dumped. More...
#include <DumperPass.h>
Public Member Functions | |
DumperPass (std::string s) | |
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 () |
Dumps the graph to a dot file named number%.dot where number% is how many times the graph was dumped.
Definition at line 29 of file DumperPass.h.
|
inlineexplicit |
Definition at line 32 of file DumperPass.h.
run compiler pass
data | - data that pass is taken |
PassException | object if errors occured |
Implements nnc::Pass.
Definition at line 29 of file DumperPass.cpp.
References mir::dumpGraph().
Referenced by package.infer.session::inference().