Skip to content

v1.15.0

Compare
Choose a tag to compare
@fatcat-z fatcat-z released this 22 Aug 01:24
6d6b6c7

What's Changed

  • Fix None shape error when one input to ConcatV2 has a shape. by @klasma in #2135
  • Change Equal 11 for string input by @mikeessen in #2149
  • Update tf_loader.py to remove unnecessary slices by @DLumi in #2159
  • Fix fusing of Conv and Mul in TransposeOptimizer (#2088) by @cosineFish in #2152
  • Support for more TensorScatter* operations by @javidcf in #2179
  • Added support for int64 -> string CategoryMapper updated by @pagran in #2181
  • Fixed group attribute in convolution op by @javidcf in #2090
  • Fix a bug that multiple (conv, batch_norm) ops could not be optimized. by @fatcat-z in #2187
  • Support bitwise ops by @f-salvetti in #2192
  • Update parent graph in loop "cond" subgraphs by @f-salvetti in #2201
  • Fix wrong shapes in loop body inputs if shape invariances are set in TF by @f-salvetti in #2203
  • Support unique_with_counts by @f-salvetti in #2195
  • Some minor fixes for keras-resnet50 tutorial by @shreyas-bk in #2207
  • Use TFLite Interpreter's public instead of private API to get tensor details by @q-ycong-p in #2204
  • Support latest version of TensorFlow (both 2.12 and 2.13) and ONNX opset 18. by @fatcat-z in #2216

A huge thank you to our community for this release!

Full Changelog: v1.14.0...v1.15.0