Namespaces | |
namespace | inner |
Data Structures | |
struct | number_traits< float16_t > |
Feature of float16 datatype. More... | |
struct | vector_traits< float16_t > |
float16 vector descrition when no vector architecture More... | |
struct number_traits< float16_t > |
Feature of float16 datatype.
Public Types | |
typedef float16_t | accumulator |
Accumulator datatype. | |
typedef _Float16 | compute_type |
Compute datatype. | |
Static Public Member Functions | |
static constexpr float16_t | one () |
One value. | |
Static Public Attributes | |
static constexpr bool | is_float = true |
It is a float number. | |
static constexpr bool | is_fixed = false |
It is not a fixed point number. | |
|
inlinestaticconstexpr |
One value.
struct vector_traits< float16_t > |
float16 vector descrition when no vector architecture