ONE - On-device Neural Engine
|
2D Average Pooling More...
#include <Ops.h>
Public Types | |
enum class | Divisor { Unknown , Static , PaddingExcluded } |
Public Member Functions | |
AvgPool2D ()=default | |
AvgPool2D (const AvgPool2D &)=delete | |
AvgPool2D (AvgPool2D &&)=delete | |
AvgPool2D * | asAvgPool2D (void) override |
const AvgPool2D * | asAvgPool2D (void) const override |
Divisor | divisor (void) const |
void | divisor (const Divisor &divisor) |
Window2D * | window (void) |
const Window2D * | window (void) const |
Padding2D * | pad (void) |
const Padding2D * | pad (void) const |
Stride2D * | stride (void) |
const Stride2D * | stride (void) const |
Public Member Functions inherited from coco::UnaryOp | |
UnaryOp () | |
UnaryOp (const UnaryOp &)=delete | |
UnaryOp (UnaryOp &&)=delete | |
virtual | ~UnaryOp ()=default |
uint32_t | arity (void) const final |
Return the number of arguments (# of child Ops) | |
Op * | arg (uint32_t n) const final |
Return N-th argument. | |
std::set< Object * > | uses (void) const final |
Return a set of object(s) used during execution. | |
Op * | arg (void) const |
void | arg (Op *arg) |
Public Member Functions inherited from coco::Op | |
virtual | ~Op () |
template<typename T > | |
T | accept (IVisitor< T > *v) const |
template<typename T > | |
T | accept (IVisitor< T > &v) const |
template<typename T > | |
T | accept (IVisitor< T > &&v) const |
void | accept (IMutator *m) |
void | accept (IMutator &m) |
void | accept (IMutator &&m) |
Instr * | parent (void) const |
Op * | up (void) const |
Return a pointer to the parent Op. | |
Public Member Functions inherited from coco::Entity | |
virtual | ~Entity ()=default |
Module * | module (void) const |
|
strong |
Enumerator | |
---|---|
Unknown | |
Static | |
PaddingExcluded |
Definition at line 178 of file Ops.h.
|
explicitdefault |
|
delete |
|
delete |
|
inlineoverride |
|
inlineoverride |
|
inline |
|
inline |
Definition at line 199 of file Ops.h.
Referenced by tflimport::AvgPool2DGraphBuilder::build().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |