Created by: kexinzhao
Fix #10315 (closed)
This pr does the following things:
- Make float16 transpiler an independent component.
- update the benchmark result using the latest float16 transpiler.
- add float16 demo code
float16_inference_demo.py
and addrun_float16_demo.sh
to run it to get the benchmark results. - move the transpiler, benchmark result, and demo code into
contrib/float16
folder. - add float16 report summarizing the work