Doxygen Book
tensor_element Union Reference

To make the code simple with all the types. "C++ Template"-like. More...

#include <tensor_typedef.h>

Public Attributes

int32_t _int32_t
 
uint32_t _uint32_t
 
int16_t _int16_t
 
uint16_t _uint16_t
 
int8_t _int8_t
 
uint8_t _uint8_t
 
double _double
 
float _float
 
int64_t _int64_t
 
uint64_t _uint64_t
 

Detailed Description

To make the code simple with all the types. "C++ Template"-like.

Definition at line 231 of file tensor_typedef.h.

Member Data Documentation

◆ _double

double tensor_element::_double

Definition at line 238 of file tensor_typedef.h.

◆ _float

float tensor_element::_float

Definition at line 239 of file tensor_typedef.h.

◆ _int16_t

int16_t tensor_element::_int16_t

Definition at line 234 of file tensor_typedef.h.

◆ _int32_t

int32_t tensor_element::_int32_t

Definition at line 232 of file tensor_typedef.h.

◆ _int64_t

int64_t tensor_element::_int64_t

Definition at line 240 of file tensor_typedef.h.

◆ _int8_t

int8_t tensor_element::_int8_t

Definition at line 236 of file tensor_typedef.h.

◆ _uint16_t

uint16_t tensor_element::_uint16_t

Definition at line 235 of file tensor_typedef.h.

◆ _uint32_t

uint32_t tensor_element::_uint32_t

Definition at line 233 of file tensor_typedef.h.

◆ _uint64_t

uint64_t tensor_element::_uint64_t

Definition at line 241 of file tensor_typedef.h.

◆ _uint8_t

uint8_t tensor_element::_uint8_t

Definition at line 237 of file tensor_typedef.h.


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