Half-precision floating-point format
Half precision (sometimes called FP16 or float16) is a binary floating-point computer number format that occupies 16 bits (two bytes in modern computers) in computer memory. It is intended for storage of floating-point values in applications where higher precision is not essential, in particular image processing and neural networks.
Source: Wikipedia — Half-precision floating-point format (CC BY-SA 4.0)