Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-08-21 | 2.1 kB | |
v1.15.0.tar.gz | 2023-08-21 | 20.4 MB | |
v1.15.0.zip | 2023-08-21 | 20.7 MB | |
Totals: 3 Items | 41.0 MB | 0 |
What's Changed
- Fix None shape error when one input to ConcatV2 has a shape. by @klasma in https://github.com/onnx/tensorflow-onnx/pull/2135
- Change Equal 11 for string input by @mikeessen in https://github.com/onnx/tensorflow-onnx/pull/2149
- Update tf_loader.py to remove unnecessary slices by @DLumi in https://github.com/onnx/tensorflow-onnx/pull/2159
- Fix fusing of Conv and Mul in TransposeOptimizer (#2088) by @cosineFish in https://github.com/onnx/tensorflow-onnx/pull/2152
- Support for more TensorScatter* operations by @javidcf in https://github.com/onnx/tensorflow-onnx/pull/2179
- Added support for int64 -> string CategoryMapper updated by @pagran in https://github.com/onnx/tensorflow-onnx/pull/2181
- Fixed group attribute in convolution op by @javidcf in https://github.com/onnx/tensorflow-onnx/pull/2090
- Fix a bug that multiple (conv, batch_norm) ops could not be optimized. by @fatcat-z in https://github.com/onnx/tensorflow-onnx/pull/2187
- Support bitwise ops by @f-salvetti in https://github.com/onnx/tensorflow-onnx/pull/2192
- Update parent graph in loop "cond" subgraphs by @f-salvetti in https://github.com/onnx/tensorflow-onnx/pull/2201
- Fix wrong shapes in loop body inputs if shape invariances are set in TF by @f-salvetti in https://github.com/onnx/tensorflow-onnx/pull/2203
- Support unique_with_counts by @f-salvetti in https://github.com/onnx/tensorflow-onnx/pull/2195
- Some minor fixes for keras-resnet50 tutorial by @shreyas-bk in https://github.com/onnx/tensorflow-onnx/pull/2207
- Use TFLite Interpreter's public instead of private API to get tensor details by @q-ycong-p in https://github.com/onnx/tensorflow-onnx/pull/2204
- Support latest version of TensorFlow (both 2.12 and 2.13) and ONNX opset 18. by @fatcat-z in https://github.com/onnx/tensorflow-onnx/pull/2216
A huge thank you to our community for this release!
- @klasma
- @mikeessen
- @DLumi
- @javidcf
- @pagran
- @shreyas-bk
Full Changelog: https://github.com/onnx/tensorflow-onnx/compare/v1.14.0...v1.15.0