Macros | |
| #define | ARM_NN_F32_FINITE_MAX ((float32_t)__FLT_MAX__) |
| Largest finite float32 value representable by the toolchain. | |
| #define | ARM_NN_F32_FINITE_LOWEST (-ARM_NN_F32_FINITE_MAX) |
| Lowest finite float32 value representable by the toolchain. | |
| #define | ARM_NN_F16_FINITE_MAX ((float16_t)65504.0f) |
| Largest finite float16 value representable by the toolchain. | |
| #define | ARM_NN_F16_FINITE_LOWEST ((float16_t) - ARM_NN_F16_FINITE_MAX) |
| Lowest finite float16 value representable by the toolchain. | |
Typedefs | |
| typedef float | float32_t |
| 32-bit floating-point type definition for CMSIS-NN float extensions. | |
| #define ARM_NN_F16_FINITE_LOWEST ((float16_t) - ARM_NN_F16_FINITE_MAX) |
Lowest finite float16 value representable by the toolchain.
| #define ARM_NN_F16_FINITE_MAX ((float16_t)65504.0f) |
Largest finite float16 value representable by the toolchain.
| #define ARM_NN_F32_FINITE_LOWEST (-ARM_NN_F32_FINITE_MAX) |
Lowest finite float32 value representable by the toolchain.
| #define ARM_NN_F32_FINITE_MAX ((float32_t)__FLT_MAX__) |
Largest finite float32 value representable by the toolchain.
| typedef float float32_t |
32-bit floating-point type definition for CMSIS-NN float extensions.