ONE - On-device Neural Engine
Loading...
Searching...
No Matches
coco::PadF Class Referencefinal

Introduce padding area. More...

#include <Ops.h>

Collaboration diagram for coco::PadF:

Public Member Functions

 PadF ()=default
 
 PadF (const PadF &)=delete
 
 PadF (PadF &&)=delete
 
PadFasPadF (void) override
 
const PadFasPadF (void) const override
 
Padding2Dpad (void)
 
const Padding2Dpad (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)
 
Oparg (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.
 
Oparg (void) const
 
void arg (Op *arg)
 
- Public Member Functions inherited from coco::Op
virtual ~Op ()
 
template<typename T >
accept (IVisitor< T > *v) const
 
template<typename T >
accept (IVisitor< T > &v) const
 
template<typename T >
accept (IVisitor< T > &&v) const
 
void accept (IMutator *m)
 
void accept (IMutator &m)
 
void accept (IMutator &&m)
 
Instrparent (void) const
 
Opup (void) const
 Return a pointer to the parent Op.
 
- Public Member Functions inherited from coco::Entity
virtual ~Entity ()=default
 
Modulemodule (void) const
 

Detailed Description

Introduce padding area.

Definition at line 225 of file Ops.h.

Constructor & Destructor Documentation

◆ PadF() [1/3]

coco::PadF::PadF ( )
explicitdefault

◆ PadF() [2/3]

coco::PadF::PadF ( const PadF )
delete

◆ PadF() [3/3]

coco::PadF::PadF ( PadF &&  )
delete

Member Function Documentation

◆ asPadF() [1/2]

const PadF * coco::PadF::asPadF ( void  ) const
inlineoverride

Definition at line 236 of file Ops.h.

236{ return this; }

◆ asPadF() [2/2]

PadF * coco::PadF::asPadF ( void  )
inlineoverride

Definition at line 235 of file Ops.h.

235{ return this; }

◆ pad() [1/2]

Padding2D * coco::PadF::pad ( void  )
inline

Definition at line 239 of file Ops.h.

239{ return &_pad; }

◆ pad() [2/2]

const Padding2D * coco::PadF::pad ( void  ) const
inline

Definition at line 240 of file Ops.h.

240{ return &_pad; }

The documentation for this class was generated from the following file: