ONE - On-device Neural Engine
Loading...
Searching...
No Matches
loco::DepthwiseFilterShape Class Referencefinal

DepthwiseFilter Shape. More...

#include <DepthwiseFilterShape.h>

Public Member Functions

 DepthwiseFilterShape ()=default
 
const Dimensiondepth (void) const
 
Dimensiondepth (void)
 
const Dimensionmultiplier (void) const
 
Dimensionmultiplier (void)
 
const Dimensionheight (void) const
 
Dimensionheight (void)
 
const Dimensionwidth (void) const
 
Dimensionwidth (void)
 

Detailed Description

DepthwiseFilter Shape.

This class describes the shape of depthwise filter, which is an input of depthwise 2D convolutional operation.

depth() refers to expected channel depth of matching input multiplier() refers to number of traverse for one input height() refers to the height of 2D weights width() refers to the width of 2D weights

Definition at line 36 of file DepthwiseFilterShape.h.

Constructor & Destructor Documentation

◆ DepthwiseFilterShape()

loco::DepthwiseFilterShape::DepthwiseFilterShape ( )
default

Member Function Documentation

◆ depth() [1/2]

Dimension & loco::DepthwiseFilterShape::depth ( void  )
inline

Definition at line 43 of file DepthwiseFilterShape.h.

43{ return _depth; }

◆ depth() [2/2]

◆ height() [1/2]

Dimension & loco::DepthwiseFilterShape::height ( void  )
inline

Definition at line 49 of file DepthwiseFilterShape.h.

49{ return _height; }

◆ height() [2/2]

◆ multiplier() [1/2]

Dimension & loco::DepthwiseFilterShape::multiplier ( void  )
inline

Definition at line 46 of file DepthwiseFilterShape.h.

46{ return _multiplier; }

◆ multiplier() [2/2]

const Dimension & loco::DepthwiseFilterShape::multiplier ( void  ) const
inline

◆ width() [1/2]

Dimension & loco::DepthwiseFilterShape::width ( void  )
inline

Definition at line 52 of file DepthwiseFilterShape.h.

52{ return _width; }

◆ width() [2/2]


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