How to convter mxnet model float32 to float16?

I see you are using mali backend.
some discussions here https://github.com/merrymercy/tvm-mali/issues/3

I posted a script for converting float32 weight to float16 directly, but the accuracy is not tested.