3D description of the augmented margins More...
#include <TTL_tiles.h>
Data Fields | |
TTL_augmented_dim_t | left |
Left hand augmentation in elements. | |
TTL_augmented_dim_t | right |
Right hand augmentation in elements. | |
TTL_augmented_dim_t | top |
Top augmentation in elements. | |
TTL_augmented_dim_t | bottom |
Bottom augmentation in elements. | |
TTL_augmented_dim_t | front |
Front augmentation in elements. | |
TTL_augmented_dim_t | back |
Back augmentation in elements. | |
3D description of the augmented margins
TTL_augmentation_t represents the number of elements that a tensor will be expanded in each dimension.
For example if left = 1 then one column of elements will be added to a tensor thereby increasing its width by 1.
The type used to hold the augmentation of tiles along all dimensions
Definition at line 49 of file TTL_tiles.h.
TTL_augmented_dim_t TTL_augmentation_t::back |
Back augmentation in elements.
Definition at line 55 of file TTL_tiles.h.
TTL_augmented_dim_t TTL_augmentation_t::bottom |
Bottom augmentation in elements.
Definition at line 53 of file TTL_tiles.h.
TTL_augmented_dim_t TTL_augmentation_t::front |
Front augmentation in elements.
Definition at line 54 of file TTL_tiles.h.
TTL_augmented_dim_t TTL_augmentation_t::left |
Left hand augmentation in elements.
Definition at line 50 of file TTL_tiles.h.
TTL_augmented_dim_t TTL_augmentation_t::right |
Right hand augmentation in elements.
Definition at line 51 of file TTL_tiles.h.
TTL_augmented_dim_t TTL_augmentation_t::top |
Top augmentation in elements.
Definition at line 52 of file TTL_tiles.h.