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

3D description of the augmented margins More...

#include <TTL_tiles.h>

Collaboration diagram for TTL_augmentation_t:

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.
 

Detailed Description

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.

Field Documentation

◆ back

TTL_augmented_dim_t TTL_augmentation_t::back

Back augmentation in elements.

Definition at line 55 of file TTL_tiles.h.

◆ bottom

TTL_augmented_dim_t TTL_augmentation_t::bottom

Bottom augmentation in elements.

Definition at line 53 of file TTL_tiles.h.

◆ front

TTL_augmented_dim_t TTL_augmentation_t::front

Front augmentation in elements.

Definition at line 54 of file TTL_tiles.h.

◆ left

TTL_augmented_dim_t TTL_augmentation_t::left

Left hand augmentation in elements.

Definition at line 50 of file TTL_tiles.h.

◆ right

TTL_augmented_dim_t TTL_augmentation_t::right

Right hand augmentation in elements.

Definition at line 51 of file TTL_tiles.h.

◆ top

TTL_augmented_dim_t TTL_augmentation_t::top

Top augmentation in elements.

Definition at line 52 of file TTL_tiles.h.


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