Skip to content

v0.1.11

Choose a tag to compare

@justinchuby justinchuby released this 15 Oct 21:43
· 45 commits to main since this release
80aa86a

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

Graph Passes

Bug fixes

Other Changes

Full Changelog: v0.1.10...v0.1.11