Description of the overlap in 3D space of adjacent tiles. More...
#include <TTL_types.h>
Data Fields | |
TTL_overlap_dim_t | width |
width overlap in elements | |
TTL_overlap_dim_t | height |
height overlap in elements | |
TTL_overlap_dim_t | depth |
depth overlap in elements | |
Description of the overlap in 3D space of adjacent tiles.
TTL_overlap_t represents the number of overlapped elements between adjacent tiles in each dimension.
For example, overlap.x=1 means that every horizontally-adjacent tiles share elements on one column.
The type used to hold the overlap between adjacent tiles along all dimensions
Definition at line 174 of file tensors/TTL_types.h.
TTL_overlap_dim_t TTL_overlap_t::depth |
depth overlap in elements
Definition at line 177 of file tensors/TTL_types.h.
TTL_overlap_dim_t TTL_overlap_t::height |
height overlap in elements
Definition at line 176 of file tensors/TTL_types.h.
TTL_overlap_dim_t TTL_overlap_t::width |
width overlap in elements
Definition at line 175 of file tensors/TTL_types.h.