Deeploy.CommonExtensions.DataTypes
Functions
|
Returns the minimal float type that can represent all values in the given list. |
|
Returns the minimal integer type that can represent all values in the given list. |
Classes
|
16-bit bfloat float type with 7-bit mantissa and 8-bit exponent. |
|
16-bit float type with 10-bit mantissa and 5-bit exponent. |
|
32-bit float type with 23-bit mantissa and 8-bit exponent. |
|
64-bit float type with 51-bit mantissa and 11-bit exponent. |
|
16-bit signed integer type. |
|
32-bit signed integer type. |
|
64-bit signed integer type. |
|
8-bit signed integer type. |
|
16-bit unsigned integer type. |
|
32-bit unsigned integer type. |
|
64-bit unsigned integer type. |
|
8-bit unsigned integer type. |