tvm
|
Functions for conversion between fp32 and fp16. More...
Go to the source code of this file.
Functions | |
uint16_t | __gnu_f2h_ieee (float) |
float | __gnu_h2f_ieee (uint16_t) |
uint16_t | __truncsfhf2 (float v) |
uint16_t | __truncdfhf2 (double v) |
float | __extendhfsf2 (uint16_t v) |
Functions for conversion between fp32 and fp16.
float __extendhfsf2 | ( | uint16_t | v | ) |
uint16_t __gnu_f2h_ieee | ( | float | ) |
float __gnu_h2f_ieee | ( | uint16_t | ) |
uint16_t __truncdfhf2 | ( | double | v | ) |
uint16_t __truncsfhf2 | ( | float | v | ) |