tf2onnx-1.8.4
Summary
- new, simplified python api (see here)
- support for structured outputs so output names of keras model are the same as keras output names
- examples for tflite and keras
Changes since tf2onnx-1.8.3
- raise error if signature is missing 1406 (guschmue)
- Added conversion for DenseBincount 1401 (TomWildenhain-Microsoft)
- fix broken link 1397 (guschmue)
- Fix raw_data to no longer have __EXTERNAL when data stored externally 1392 (TomWildenhain-Microsoft)
- [WIP] Support for WordpieceTokenizer (part of Bert) 1390 (xadupre)
- Added debugging advice to GitHub issues template 1389 (TomWildenhain-Microsoft)
- Added TensorRT as a target and fixed Resize op conversion for TensorRT 1388 (TomWildenhain-Microsoft)
- Fixed bug in transpose optimizer for Mul when rank=5 1387 (TomWildenhain-Microsoft)
- Enhance BatchToSpaceND and SpaceToBatchND handlers 1386 (mateusztabaka)
- Fixed bug in depthwise conv when kernel is shared between two nodes 1384 (TomWildenhain-Microsoft)
- Add argmax and reduction ops to transpose optimizer 1383 (TomWildenhain-Microsoft)
- Fix bug where unknown shape overwrites loop iter and cond shapes 1382 (TomWildenhain-Microsoft)
- Allow tflite to cut graph if inputs/outputs are provided 1381 (TomWildenhain-Microsoft)
- Added rewriter for specific pattern in a 1P model 1380 (TomWildenhain-Microsoft)
- Tom/combined non max suppression 1376 (TomWildenhain-Microsoft)
- Tom/tflite flexops 1374 (TomWildenhain-Microsoft)
- Bug with Dequantize with no quantization params 1373 (TomWildenhain-Microsoft)
- Convert tflite PRelu op 1372 (TomWildenhain-Microsoft)
- Add partial support for operator FFT 1371 (xadupre)
- cleanup huggingface tests 1370 (guschmue)
- Fix parsing of tflite string tensors and other tflite fixes 1369 (TomWildenhain-Microsoft)
- fix nightly ci - large model support needs 2.1 or better 1368 (guschmue)
- Improve reliability of reading tflite models 1366 (TomWildenhain-Microsoft)
- add int support for pool ops 1365 (guschmue)
- fix python api issue for large models 1363 (guschmue)
- add unittest for --tflite command line 1362 (guschmue)
- Tom/more co models 1361 (TomWildenhain-Microsoft)
- fix --tflite command line 1360 (guschmue)
- fix --tflite command line 1359 (guschmue)
- Added more models for Co 1358 (TomWildenhain-Microsoft)
- Tests to validate ORT release 1.7.0.dev202102184 1357 (TomWildenhain-Microsoft)
- Add flags for cutting/renaming IO 1355 (TomWildenhain-Microsoft)
- Fix RandomUniformInt for scalar values 1354 (TomWildenhain-Microsoft)
- new api 1353 (guschmue)
- First step to rename IO 1352 (TomWildenhain-Microsoft)
- Handle Mul broadcastable const inputs other than (1,) or (N,) in Tran… 1351 (mateusztabaka)
- Full conversion of MatrixBandPart 1350 (TomWildenhain-Microsoft)