ONE - On-device Neural Engine
|
DepthwiseFilter Index. More...
#include <DepthwiseFilterIndex.h>
Public Member Functions | |
DepthwiseFilterIndex ()=default | |
const uint32_t & | channel (void) const |
uint32_t & | channel (void) |
const uint32_t & | nth (void) const |
uint32_t & | nth (void) |
const uint32_t & | row (void) const |
uint32_t & | row (void) |
const uint32_t & | column (void) const |
uint32_t & | column (void) |
DepthwiseFilter Index.
DepthwiseFilter Index indicates an "element" in a given Depthwise convolution filter.
Assume there is a filter K where KS denotes its shape (of DepthwiseFilterShape type).
Then, any valid filter index I satisfies the following invariants:
Definition at line 38 of file DepthwiseFilterIndex.h.
|
default |
|
inline |
Definition at line 45 of file DepthwiseFilterIndex.h.
|
inline |
Definition at line 44 of file DepthwiseFilterIndex.h.
Referenced by loco::PermutingEncoder< Domain::DepthwiseFilter >::value(), and loco::PermutingDecoder< Domain::DepthwiseFilter >::value().
|
inline |
Definition at line 54 of file DepthwiseFilterIndex.h.
|
inline |
Definition at line 53 of file DepthwiseFilterIndex.h.
Referenced by loco::PermutingEncoder< Domain::DepthwiseFilter >::value(), and loco::PermutingDecoder< Domain::DepthwiseFilter >::value().
|
inline |
Definition at line 48 of file DepthwiseFilterIndex.h.
|
inline |
Definition at line 47 of file DepthwiseFilterIndex.h.
Referenced by loco::PermutingEncoder< Domain::DepthwiseFilter >::value(), and loco::PermutingDecoder< Domain::DepthwiseFilter >::value().
|
inline |
Definition at line 51 of file DepthwiseFilterIndex.h.
|
inline |
Definition at line 50 of file DepthwiseFilterIndex.h.
Referenced by loco::PermutingEncoder< Domain::DepthwiseFilter >::value(), and loco::PermutingDecoder< Domain::DepthwiseFilter >::value().