Add Float16

I don't think that's a concern. In fact, while Python's float is 64-bit, the numeric Python community is quite used to choosing between float16, float32, and float64. Those names are used by NumPy and indeed TensorFlow.

2 Likes