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

Description of the 3D offset of an object. More...

#include <TTL_types.h>

Collaboration diagram for TTL_offset_t:

Data Fields

TTL_offset_dim_t x
 Offset in dimension x.
 
TTL_offset_dim_t y
 Offset in dimension y.
 
TTL_offset_dim_t z
 Offset in dimension z.
 

Detailed Description

Description of the 3D offset of an object.

A offset of an object from some other reference point.

The units are elements

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

Field Documentation

◆ x

TTL_offset_dim_t TTL_offset_t::x

Offset in dimension x.

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

◆ y

TTL_offset_dim_t TTL_offset_t::y

Offset in dimension y.

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

◆ z

TTL_offset_dim_t TTL_offset_t::z

Offset in dimension z.

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


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