Go to the source code of this file.
◆ TTL_overlap_dim_t
◆ TTL_create_offset() [1/4]
◆ TTL_create_offset() [2/4]
◆ TTL_create_offset() [3/4]
◆ TTL_create_offset() [4/4]
◆ TTL_create_overlap() [1/3]
Create a 1D Description of a Tile overlap.
- See also
- TTL_overlap_t for more information.
- Parameters
-
width | ///< Overlap width in elements |
height and depth default to 0
- Returns
- A TTL_overlap_t describing in 3D the overlap requested.
Definition at line 225 of file tensors/TTL_types.h.
◆ TTL_create_overlap() [2/3]
Create a 2D Description of a Tile overlap.
- See also
- TTL_overlap_t for more information.
- Parameters
-
width | ///< Overlap width in elements |
height | ///< Overlap height in elements |
depth defaults to 0
- Returns
- A TTL_overlap_t describing in 3D the overlap requested.
Definition at line 210 of file tensors/TTL_types.h.
◆ TTL_create_overlap() [3/3]
Create a 3D Description of a Tile overlap.
- See also
- TTL_overlap_t for more information.
- Parameters
-
width | ///< Overlap width in elements |
height | ///< Overlap height in elements |
depth | ///< Overlap depth in elements |
- Returns
- A TTL_overlap_t describing in 3D the overlap requested.
Definition at line 192 of file tensors/TTL_types.h.
◆ TTL_create_shape() [1/3]
Create a 1D Description of a Tile Shape.
- See also
- TTL_shape_t for more information.
- Parameters
-
width | The number of elements of the Tile Shape in the x-axis |
height and depth default to 1
- Returns
- A TTL_shape_t describing in Tile Shape requested.
Definition at line 80 of file tensors/TTL_types.h.
◆ TTL_create_shape() [2/3]
Create a 2D Description of a Tile Shape.
- See also
- TTL_shape_t for more information.
- Parameters
-
width | The number of elements of the Tile Shape in the x-axis |
height | The number of elements of the Tile Shape in the y-axis |
depth defaults to 1
- Returns
- A TTL_shape_t describing in Tile Shape requested.
Definition at line 65 of file tensors/TTL_types.h.
◆ TTL_create_shape() [3/3]
Create a description of a Shape.
- See also
- TTL_shape_t for more information.
- Parameters
-
width | The number of elements of the Tile Shape in the x-axis |
height | The number of elements of the Tile Shape in the y-axis |
depth | The number of elements of the Tile Shape in the z-axis |
- Returns
- A TTL_shape_t describing in Tile Shape requested.
Definition at line 48 of file tensors/TTL_types.h.
◆ TTL_shape_empty()