mirror of
https://github.com/antirez/gguf-tools.git
synced 2025-09-16 17:48:08 +08:00
6 lines
92 B
C
6 lines
92 B
C
#ifdef FP16_h
|
|
#define FP16_h
|
|
float from_half(uint16_t h);
|
|
uint16_t to_half(float f);
|
|
#endif
|