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