2021-08-31, [Project](https://github.com/jackwish/tflite2onnx/projects/5)
* More operators, and API `getSupportedOperators()` to list the supported operators.
* Relax data type check, most for FP16 and INT8.
* FP16 quantization: fold FP16 tensors to unblock MediaPipe models. See 35 for details.
* API `enableDebugLog()` to dump log for debugging purpose.
Thanks for the contribution of erizmr briangrifiin and IkbeomJeon!