Simd Library Documentation.

Home | Release Notes | Download | Documentation | Issues | GitHub
TensorData Class Reference

Describes tensor data type. More...

Inherits Enum.

Static Public Attributes

int Unknown = -1
 Unknown tensor data type.
 
int FP32 = 0
 32-bit floating point (Single Precision).
 
int INT32 = 0
 32-bit signed integer.
 
int INT8 = 1
 8-bit signed integer.
 
int UINT8 = 2
 8-bit unsigned integer.
 
int INT64 = 3
 64-bit signed integer.
 
int UINT64 = 4
 64-bit unsigned integer.
 
int BOOL = 5
 8-bit Boolean.
 
int BF16 = 6
 16-bit BFloat16 (Brain Floating Point).
 
int FP16 = 7
 16-bit floating point (Half Precision).
 

Detailed Description

Describes tensor data type.