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 |
To make the code simple with all the types. "C++ Template"-like.
Definition at line 231 of file tensor_typedef.h.
double tensor_element::_double |
Definition at line 238 of file tensor_typedef.h.
float tensor_element::_float |
Definition at line 239 of file tensor_typedef.h.
int16_t tensor_element::_int16_t |
Definition at line 234 of file tensor_typedef.h.
int32_t tensor_element::_int32_t |
Definition at line 232 of file tensor_typedef.h.
int64_t tensor_element::_int64_t |
Definition at line 240 of file tensor_typedef.h.
int8_t tensor_element::_int8_t |
Definition at line 236 of file tensor_typedef.h.
uint16_t tensor_element::_uint16_t |
Definition at line 235 of file tensor_typedef.h.
uint32_t tensor_element::_uint32_t |
Definition at line 233 of file tensor_typedef.h.
uint64_t tensor_element::_uint64_t |
Definition at line 241 of file tensor_typedef.h.
uint8_t tensor_element::_uint8_t |
Definition at line 237 of file tensor_typedef.h.