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

8 lines
111 B
C

/* See fp16.c. */
#ifdef FP16_h
#define FP16_h
float from_half(uint16_t h);
uint16_t to_half(float f);
#endif