Created by: kexinzhao
Currently to print float16 data, we needed to cast it to built-in data type like float. We would like to overwrite the << operator so that we can use std::cout << float16_val to print.
<<
std::cout << float16_val