Skip to content

tflite2onnx 0.3.2

Pre-release
Pre-release

Choose a tag to compare

@zhenhuaw-me zhenhuaw-me released this 03 Feb 13:42
· 15 commits to master since this release
  • New API getSupportedOperators() to know what operators have been supported. No longer need to maintain a list manually.
  • FP16 quantization: fold FP16 tensors to unblock MediaPipe models. See #35 for details.