v0.6.0
🎉 Features
- Add support for saved model conversion (#655) @lgeiger
- Add grouped binary convolution support (3/3): indirect BGEMM kernel. (#551) @AdamHillier
- Fuse
tfl.Quantize(lq.Dequantize(x))
->lq.Dequantize(x)
(#644) @lgeiger
🐛 Bug Fixes
- Fix windows build of grouped convolutions. (#656) @Tombana
- Prevent spurious int8 Quantize/Dequantize ops (#646) @lgeiger
- Statically link GLIBC in benchmark binaries (#610) @lgeiger
- Update QuantOp check (#608) @lgeiger
📖 Documentation
👷♂️ Internal Improvements
- Upload release wheels even if some jobs fail. (#660) @AdamHillier
- Add constant folding for
lq.quantize
andlq.dequantize
(#654) @lgeiger - Add
test-requirements.txt
file (#652) @lgeiger - Add pytype linting to CI (#651) @lgeiger
- Fork
ConvertTFExecutorToTFLOrFlatbuffer
to re-enable argname truncation (#649) @lgeiger - Add check for float32 in IsBinaryTensor (#642) @Tombana
- Configure the Android SDK/NDK interactively in configure.py. (#627) @AdamHillier
- Simplify bazel build flags on CI (#626) @lgeiger
- Fix lce_benchmark_model linking on Aarch32 (#623) @Tombana
- Add -lm link option to lce_benchmark_model (#622) @Tombana
- ⬆️ CI dependencies (#618) @lgeiger
- Run AAR build on Ubuntu 18.04 (#617) @lgeiger
- Raise an error if mixed-precision models are being converted (#607) @CNugteren
- Automatically upload AAR package to release (#603) @lgeiger
- Update release.yml to actually push Windows wheels. (#596) @AdamHillier
⬆️ Dependencies
- Bump actions/cache from 2.1.5 to 2.1.6 (#650) @dependabot
- Pin flatbuffers to <2.0 (#648) @Tombana
- Upgrade TF dependency to v2.5. (#628) @AdamHillier
- Bump DoozyX/clang-format-lint-action from v0.11 to v0.12 (#634) @dependabot
- Bump actions/cache from v2.1.4 to v2.1.5 (#630) @dependabot
- Bump styfle/cancel-workflow-action from 0.8.0 to 0.9.0 (#629) @dependabot
- Bump toolmantim/release-drafter from v5.14.0 to v5.15.0 (#621) @dependabot
- Bump google-github-actions/setup-gcloud from v0.2.0 to v0.2.1 (#612) @dependabot
- Bump styfle/cancel-workflow-action from 0.7.0 to 0.8.0 (#605) @dependabot
- Bump toolmantim/release-drafter from v5.13.0 to v5.14.0 (#606) @dependabot
- Bump actions/cache from v2 to v2.1.4 (#600) @dependabot