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

Description of a Shape. More...

#include <TTL_types.h>

Collaboration diagram for TTL_shape_t:

Data Fields

TTL_dim_t width
 Number of elements along dimension x.
 
TTL_dim_t height
 Number of rows along dimension y.
 
TTL_dim_t depth
 Number of planes along dimension z.
 

Detailed Description

Description of a Shape.

A Shape is a 3D description of an object.

The units are elements

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

Field Documentation

◆ depth

TTL_dim_t TTL_shape_t::depth

Number of planes along dimension z.

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

◆ height

TTL_dim_t TTL_shape_t::height

Number of rows along dimension y.

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

◆ width

TTL_dim_t TTL_shape_t::width

Number of elements along dimension x.

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


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