ONE - On-device Neural Engine
|
#include <AvgPoolLowering.h>
Public Member Functions | |
PASS_CTOR (AvgPoolLoweringPass) | |
void | run (const SessionID &sess) const override |
Public Member Functions inherited from enco::Pass | |
Pass (const Name &name) | |
Pass (const Pass &)=delete | |
Pass (Pass &&)=delete | |
virtual | ~Pass ()=default |
const Name & | name (void) const |
Definition at line 31 of file AvgPoolLowering.h.
|
inline |
Definition at line 33 of file AvgPoolLowering.h.
|
inlineoverridevirtual |
Implements enco::Pass.
Definition at line 38 of file AvgPoolLowering.h.
References enco::code(), and enco::lower_avgpool().
Referenced by package.infer.session::inference().