ONE - On-device Neural Engine
|
Pass to verify the input model has the form acceptable by quantizer. More...
#include <QuantizePreCheckerPass.h>
Public Member Functions | |
const char * | name (void) const final |
bool | run (loco::Graph *graph) final |
Public Member Functions inherited from logo::Pass | |
virtual | ~Pass ()=default |
Pass to verify the input model has the form acceptable by quantizer.
Definition at line 28 of file QuantizePreCheckerPass.h.
|
inlinefinalvirtual |
Reimplemented from logo::Pass.
Definition at line 31 of file QuantizePreCheckerPass.h.
|
finalvirtual |
Verify the input model has the form acceptable by quantizer
Implements logo::Pass.
Definition at line 102 of file QuantizePreCheckerPass.cpp.
References loco::active_nodes(), INFO, LOGGER, and loco::output_nodes().
Referenced by package.infer.session::inference().