Jazz 1.25.+
Loading...
Searching...
No Matches
Data Fields
jazz_elements::Tensor Union Reference

A tensor of cell size 1, 4, 8 or sizeof(BlockHeader) More...

#include <types.h>

Data Fields

uint8_t cell_byte [0]
 Cell size for CELL_TYPE_BYTE.
 
int8_t cell_int8 [0]
 .. CELL_TYPE_INT8
 
bool cell_bool [0]
 .. CELL_TYPE_BYTE_BOOLEAN
 
int16_t cell_int16 [0]
 .. CELL_TYPE_INT16
 
uint16_t cell_word [0]
 .. CELL_TYPE_UINT16
 
ff_fp16 cell_float16 [0]
 .. CELL_TYPE_FLOAT16 or CELL_TYPE_BFLOAT16
 
int cell_int [0]
 .. CELL_TYPE_INTEGER, CELL_TYPE_FACTOR, CELL_TYPE_GRADE, CELL_TYPE_BOOLEAN and CELL_TYPE_STRING
 
uint32_t cell_uint [0]
 .. CELL_TYPE_UINT32 or CELL_TYPE_SINGLE or CELL_TYPE_BOOLEAN as 32 bit unsigned
 
float cell_single [0]
 .. CELL_TYPE_SINGLE
 
long long cell_longint [0]
 .. CELL_TYPE_LONG_INTEGER
 
time_t cell_time [0]
 .. CELL_TYPE_TIME
 
uint64_t cell_ulongint [0]
 .. CELL_TYPE_UINT64 or CELL_TYPE_DOUBLE or CELL_TYPE_TIME as 64 bit unsigned
 
double cell_double [0]
 .. CELL_TYPE_DOUBLE
 
ItemHeader cell_item [0]
 .. An array of BlockHeader used by Kinds and Tuples
 

Detailed Description

A tensor of cell size 1, 4, 8 or sizeof(BlockHeader)


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