nn::util::Float32::Bits32ToFloat32 Member Function
static f32 Bits32ToFloat32(
u32 value
);
| Name | Description | |
|---|---|---|
| in | value | The bit representation of a 32-bit floating-point number. |
f32 value. Converts the bit representation of a 32-bit floating-point number into an f32 value.
CONFIDENTIAL