ONE - On-device Neural Engine
|
Structure to have values of dimensions for matrix. More...
#include <Shape.h>
Public Member Functions | |
Shape ()=default | |
Construct Shape object using default constrcutor. | |
Shape (int32_t height, int32_t width) | |
Construct Shape object with two values of dimensions. | |
Data Fields | |
int32_t | H |
int32_t | W |
|
default |
Construct Shape object using default constrcutor.
|
inline |
int32_t nnfw::misc::matrix::Shape::H |
The height value
Definition at line 40 of file Shape.h.
Referenced by nnfw::misc::matrix::IndexIterator::iter().
int32_t nnfw::misc::matrix::Shape::W |
The width value
Definition at line 41 of file Shape.h.
Referenced by nnfw::misc::matrix::IndexIterator::iter().