ONE - On-device Neural Engine
|
DepthwiseFilter Shape. More...
#include <DepthwiseFilterShape.h>
Public Member Functions | |
DepthwiseFilterShape ()=default | |
const Dimension & | depth (void) const |
Dimension & | depth (void) |
const Dimension & | multiplier (void) const |
Dimension & | multiplier (void) |
const Dimension & | height (void) const |
Dimension & | height (void) |
const Dimension & | width (void) const |
Dimension & | width (void) |
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.
|
default |
|
inline |
Definition at line 43 of file DepthwiseFilterShape.h.
|
inline |
Definition at line 42 of file DepthwiseFilterShape.h.
Referenced by loco::NodeShape::as(), loco::operator==(), loco::NodeShape::set(), loco::PermutingDecoder< Domain::DepthwiseFilter >::shape(), loco::PermutingEncoder< Domain::DepthwiseFilter >::shape(), and exo::to_shape_description().
|
inline |
Definition at line 49 of file DepthwiseFilterShape.h.
|
inline |
Definition at line 48 of file DepthwiseFilterShape.h.
Referenced by loco::NodeShape::as(), loco::operator==(), loco::NodeShape::set(), loco::PermutingDecoder< Domain::DepthwiseFilter >::shape(), loco::PermutingEncoder< Domain::DepthwiseFilter >::shape(), and exo::to_shape_description().
|
inline |
Definition at line 46 of file DepthwiseFilterShape.h.
|
inline |
Definition at line 45 of file DepthwiseFilterShape.h.
Referenced by loco::NodeShape::as(), loco::operator==(), loco::NodeShape::set(), loco::PermutingDecoder< Domain::DepthwiseFilter >::shape(), loco::PermutingEncoder< Domain::DepthwiseFilter >::shape(), and exo::to_shape_description().
|
inline |
Definition at line 52 of file DepthwiseFilterShape.h.
|
inline |
Definition at line 51 of file DepthwiseFilterShape.h.
Referenced by loco::NodeShape::as(), loco::operator==(), loco::NodeShape::set(), loco::PermutingDecoder< Domain::DepthwiseFilter >::shape(), loco::PermutingEncoder< Domain::DepthwiseFilter >::shape(), and exo::to_shape_description().