Skip to content

tflite2onnx 0.4.0

Compare
Choose a tag to compare
@zhenhuaw-me zhenhuaw-me released this 31 Aug 11:35
· 7 commits to master since this release
8019a74

2021-08-31, Project

  • 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!