Tensor Tiling Library
 
Loading...
Searching...
No Matches
TTL_macros.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TTL_ARRAYSIZE(x)
 Return the number of elements in the array x.
 

Macro Definition Documentation

◆ TTL_ARRAYSIZE

#define TTL_ARRAYSIZE ( x)
Value:
(sizeof((x)) / sizeof((x)[0]))

Return the number of elements in the array x.

Parameters
xThe array to return the size of

Definition at line 56 of file TTL_cpp/TTL_macros.h.