tf2onnx-1.12.1
Summary
- Enabling opset 17 support.
- Focusing on bug fix.
What's Changed
- ONNX opset 17 with IR version 8 support by @hwangdeyu in #2014
- Upgrade test opsets and remove deprecated numpy and version usage by @hwangdeyu in #2018
- Turn on graph tf optimize grappler dependency by @hwangdeyu in #2020
- Fix output node in rewrite random normal by @hwangdeyu in #2023
- Skip failed RFFT tests for TF-2.4.x by @q-ycong-p in #2026
- Add lstm sigmoid dropout test for dependency optimization by @hwangdeyu in #2027
- Update CLI reference doc, adjust perameters order and add output-as-nchw @hwangdeyu in #2028
- Fix Select op with Mul inf input to nan error by @hwangdeyu in #2035