Skip to content

Releases: ebraraktas/tflitec-rs

v0.6.0

13 Apr 15:09
Compare
Choose a tag to compare

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 of Model, hence you need to add lifetime annotations to the structs containing Interpreter.
    • This removes Interpreter::with_model_path
  • feat: add local header directory support to build by @ebraraktas in #19

Full Changelog: v0.5.2...v0.6.0

v0.5.2

22 Nov 16:30
54ddcc2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

18 Aug 08:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

05 Aug 15:22
Compare
Choose a tag to compare

What's Changed

  • Prebuilt library support by @ebraraktas in #5
    • [BREAKING]: BAZEL_COPTS environment variable is renamed as TFLITEC_BAZEL_COPTS.
  • 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

01 Feb 09:46
Compare
Choose a tag to compare
  • Disable XNNPACK on all platforms unless it is enabled by features.

v0.4.0

31 Jan 14:55
Compare
Choose a tag to compare
  • Add Windows support #4

v0.3.3

23 Nov 10:04
Compare
Choose a tag to compare
  • Fix Tensor lifetime bug

v0.3.2

04 Oct 11:10
Compare
Choose a tag to compare
  • Fix docs.rs build, because previous release was still failing

v0.3.1

04 Oct 09:48
Compare
Choose a tag to compare
  • Fix docs.rs build

v0.3.0

03 Oct 08:32
Compare
Choose a tag to compare
  • Add XNNPACK features
  • Add XNNPACK support for x86_64 and android target
  • Add missing documentation
  • Update crate metadata