Tensor Tiling Library
 
Loading...
Searching...
No Matches
TTL_overlap_t Struct Reference

Description of the overlap in 3D space of adjacent tiles. More...

#include <TTL_types.h>

Collaboration diagram for TTL_overlap_t:

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
 

Detailed Description

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.

Field Documentation

◆ depth

TTL_overlap_dim_t TTL_overlap_t::depth

depth overlap in elements

Definition at line 177 of file tensors/TTL_types.h.

◆ height

TTL_overlap_dim_t TTL_overlap_t::height

height overlap in elements

Definition at line 176 of file tensors/TTL_types.h.

◆ width

TTL_overlap_dim_t TTL_overlap_t::width

width overlap in elements

Definition at line 175 of file tensors/TTL_types.h.


The documentation for this struct was generated from the following files: