Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 2.09 KB

release-notes.md

File metadata and controls

57 lines (36 loc) · 2.09 KB

Release Notes

v0.3.2

2021-02-03, Project

  • 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 this issue for details.

Thanks for the contribution of @briangrifiin!

v0.3.1

2020-12-28, Project

  • More operators, check the support list.
  • Relax data type check, most for FP16 and INT8.
  • Interface enableDebugLog() to dump log for debugging purpose.

Thanks for the contribution of @erizmr @briangrifiin and @IkbeomJeon!

v0.3.0

2020-09-30, Project

v0.2.0

2020-07-15, Project

v0.1.0

2020-05-24, Project