Releases: ebraraktas/tflitec-rs
Releases · ebraraktas/tflitec-rs
v0.6.0
What's Changed
- feat: Add model constructor from bytes by @ebraraktas in #17
- [BREAKING CHANGE] fix: limit interpreter lifetime by that of model by @ebraraktas in #18
- This change ties lifetime of the
Interpreter
to that ofModel
, hence you need to add lifetime annotations to the structs containingInterpreter
. - This removes
Interpreter::with_model_path
- This change ties lifetime of the
- feat: add local header directory support to build by @ebraraktas in #19
Full Changelog: v0.5.2...v0.6.0
v0.5.2
v0.5.1
What's Changed
- Fix build.rs
download_file
error case by @ebraraktas in #10
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Prebuilt library support by @ebraraktas in #5
- [BREAKING]:
BAZEL_COPTS
environment variable is renamed asTFLITEC_BAZEL_COPTS
.
- [BREAKING]:
- Set bazel
outputBase
by @ebraraktas in #7 - Fix prebuilt xnnpack by @ebraraktas in #9
Full Changelog: v0.4.1...v0.5.0
v0.4.1
- Disable XNNPACK on all platforms unless it is enabled by features.
v0.4.0
v0.3.3
- Fix
Tensor
lifetime bug
v0.3.2
- Fix docs.rs build, because previous release was still failing
v0.3.1
- Fix docs.rs build
v0.3.0
- Add XNNPACK features
- Add XNNPACK support for x86_64 and android target
- Add missing documentation
- Update crate metadata