ONE - On-device Neural Engine
|
Structure to Shape. More...
#include <Shape.h>
Public Member Functions | |
Shape ()=default | |
Construct a new Shape object as default. | |
Shape (int32_t count, int32_t depth, int32_t height, int32_t width) | |
Construct a new Shape object with parameters. | |
Data Fields | |
int32_t | N |
int32_t | C |
int32_t | H |
int32_t | W |
|
default |
Construct a new Shape object as default.
|
inline |
int32_t nnfw::misc::kernel::Shape::C |
The channel index
Definition at line 41 of file Shape.h.
Referenced by nnfw::misc::kernel::IndexIterator::iter().
int32_t nnfw::misc::kernel::Shape::H |
The height index
Definition at line 42 of file Shape.h.
Referenced by nnfw::misc::kernel::IndexIterator::iter().
int32_t nnfw::misc::kernel::Shape::N |
The kernel index
Definition at line 40 of file Shape.h.
Referenced by nnfw::misc::kernel::IndexIterator::iter().
int32_t nnfw::misc::kernel::Shape::W |
The width index
Definition at line 43 of file Shape.h.
Referenced by nnfw::misc::kernel::IndexIterator::iter().