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

TTL_tiler_t is the basic unit that describes how a tile is subdivided. More...

#include <TTL_tiles.h>

Collaboration diagram for TTL_tiler_t:

Data Fields

TTL_shape_t space
 Represents the space to be tiled such as an image.
 
TTL_shape_t tile
 
TTL_overlap_t overlap
 When zeroes represent no overlap.
 
TTL_augmentation_t augmentation
 The augmentation that the tile produces.
 
struct { 
 
   TTL_dim_t   number_of_tiles 
 
   TTL_dim_t   tiles_in_width 
 
   TTL_dim_t   tiles_in_height 
 
   TTL_dim_t   tiles_in_depth 
 
   TTL_dim_t   tiles_in_plane 
 
cache 
 Precomputed information to speed up later reuse.
 

Detailed Description

TTL_tiler_t is the basic unit that describes how a tile is subdivided.

The TTL_tiler_t type represents the tiling of a 3D space into 3D tiles with operational overlap

Definition at line 135 of file TTL_tiles.h.

Field Documentation

◆ augmentation

TTL_augmentation_t TTL_tiler_t::augmentation

The augmentation that the tile produces.

Definition at line 140 of file TTL_tiles.h.

◆ [struct]

struct { ... } TTL_tiler_t::cache

Precomputed information to speed up later reuse.

◆ number_of_tiles

TTL_dim_t TTL_tiler_t::number_of_tiles

Definition at line 146 of file TTL_tiles.h.

◆ overlap

TTL_overlap_t TTL_tiler_t::overlap

When zeroes represent no overlap.

Definition at line 139 of file TTL_tiles.h.

◆ space

TTL_shape_t TTL_tiler_t::space

Represents the space to be tiled such as an image.

Definition at line 136 of file TTL_tiles.h.

◆ tile

TTL_shape_t TTL_tiler_t::tile

All tiles will be of this shape, except for clamping at the end of the space

Definition at line 137 of file TTL_tiles.h.

◆ tiles_in_depth

TTL_dim_t TTL_tiler_t::tiles_in_depth

Definition at line 149 of file TTL_tiles.h.

◆ tiles_in_height

TTL_dim_t TTL_tiler_t::tiles_in_height

Definition at line 148 of file TTL_tiles.h.

◆ tiles_in_plane

TTL_dim_t TTL_tiler_t::tiles_in_plane

Definition at line 150 of file TTL_tiles.h.

◆ tiles_in_width

TTL_dim_t TTL_tiler_t::tiles_in_width

Definition at line 147 of file TTL_tiles.h.


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