Description of a Shape. More...
#include <TTL_types.h>
Data Fields | |
TTL_dim_t | width |
Number of elements along dimension x. | |
TTL_dim_t | height |
Number of rows along dimension y. | |
TTL_dim_t | depth |
Number of planes along dimension z. | |
Description of a Shape.
A Shape is a 3D description of an object.
The units are elements
Definition at line 30 of file tensors/TTL_types.h.
TTL_dim_t TTL_shape_t::depth |
Number of planes along dimension z.
Definition at line 33 of file tensors/TTL_types.h.
TTL_dim_t TTL_shape_t::height |
Number of rows along dimension y.
Definition at line 32 of file tensors/TTL_types.h.
TTL_dim_t TTL_shape_t::width |
Number of elements along dimension x.
Definition at line 31 of file tensors/TTL_types.h.