v0.1.11
What's Changed
This release introduces a new API tofile() on Tensors. It helps avoid unnecessary copies with tobytes() when a model is saved with external data. The API is introduced in a backward-compatible manner. See #210 for more information.
API
- Implement tofile on tensors to reduce data write time by 40% by @justinchuby in #210
Core
- Improve value renaming by @justinchuby in #208
Graph Passes
- Implement shape merging in identity elimination pass by @justinchuby in #206
Bug fixes
- Fix big endian handling in tobypes by @justinchuby in #209
Other Changes
- Remove Python version classifiers from pyproject.toml by @justinchuby in #219
- Add a torch tensor contiguous check by @titaiwangms in #220
Full Changelog: v0.1.10...v0.1.11