Files
gguf-tools/fp16.h
2023-12-27 15:25:18 +01:00

6 lines
92 B
C

#ifdef FP16_h
#define FP16_h
float from_half(uint16_t h);
uint16_t to_half(float f);
#endif