Skip to content

Releases: viam-modules/mlmodel-tflite

0.2.0-rc7

16 Oct 18:57
1f4e456

Choose a tag to compare

0.2.0-rc7 Pre-release
Pre-release

What's Changed

  • Switch to C++ TFLite API by @acmorrow in #36
  • [RSDK-10796] Remove special case handling obsoleted by RSDK-10284 and RSDK-10768 by @acmorrow in #39
  • Modernize windows build by @acmorrow in #41
  • [RSDK-12295] Allow overlapping calls to Infer and Metadata by @acmorrow in #42

Full Changelog: 0.1.3...0.2.0-rc7

0.2.0-rc6

15 Oct 21:39
8f6a0d1

Choose a tag to compare

0.2.0-rc6 Pre-release
Pre-release

What's Changed

  • Pin the Go implementation for Debian Bullseye by @penguinland in #38
  • Switch to C++ TFLite API by @acmorrow in #36
  • [RSDK-10796] Remove special case handling obsoleted by RSDK-10284 and RSDK-10768 by @acmorrow in #39
  • Modernize windows build by @acmorrow in #41

Full Changelog: 0.1.0...0.2.0-rc6

0.2.0-rc5

01 Oct 18:45

Choose a tag to compare

0.2.0-rc5 Pre-release
Pre-release

Full Changelog: 0.2.0-rc3...0.2.0-rc5

0.2.0-rc4

01 Oct 18:29
4014ec5

Choose a tag to compare

0.2.0-rc4 Pre-release
Pre-release

Full Changelog: 0.2.0-rc2...0.2.0-rc4

0.2.0-rc3

30 May 19:16
4014ec5

Choose a tag to compare

0.2.0-rc3 Pre-release
Pre-release

What's Changed

  • Pin the Go implementation for Debian Bullseye by @penguinland in #38
  • Switch to C++ TFLite API by @acmorrow in #36
  • [RSDK-10796] Remove special case handling obsoleted by RSDK-10284 and RSDK-10768 by @acmorrow in #39

Full Changelog: 0.1.0...0.2.0-rc3

0.2.0-rc2

28 May 20:35
0f0a923

Choose a tag to compare

0.2.0-rc2 Pre-release
Pre-release

Release Overview

The implementation has switched from using the C API for TFLite to using the C++ API. The major benefit here should be that XNNPACK is likely to be auto-enabled when applicable.

Note that this release depends on C++ SDK 0.13.0 or newer since the special case code to deal with unary input tensors has been removed from this module in favor of the handling now found in the C++ SDK.

What's Changed

  • Pin the Go implementation for Debian Bullseye by @penguinland in #38
  • Switch to C++ TFLite API by @acmorrow in #36
  • [RSDK-10796] Remove special case handling obsoleted by RSDK-10284 and RSDK-10768 by @acmorrow in #39

Full Changelog: 0.1.0...0.2.0-rc2

0.2.0-rc1

27 May 22:50
ac919c6

Choose a tag to compare

0.2.0-rc1 Pre-release
Pre-release

Release Overview

The implementation has switched from using the C API for TFLite to using the C++ API. The major benefit here should be that XNNPACK is likely to be auto-enabled when applicable.

Note that this release depends on C++ SDK 0.13.0 or newer since the special case code to deal with unary input tensors has been removed from this module in favor of the handling now found in the C++ SDK.

What's Changed

  • Pin the Go implementation for Debian Bullseye by @penguinland in #38
  • Switch to C++ TFLite API by @acmorrow in #36
  • [RSDK-10796] Remove special case handling obsoleted by RSDK-10284 and RSDK-10768 by @acmorrow in #39

Full Changelog: 0.1.0...0.2.0-rc1

0.1.0-rc10

08 May 14:25
6deea4e

Choose a tag to compare

0.1.0-rc10 Pre-release
Pre-release

Should be identical to 0.1.0 (already released) but done entirely through the CI.

0.1.0

05 May 14:55
35258ba

Choose a tag to compare

Now in C++ instead of Go! With Windows support in addition to Mac and Linux!

0.1.0-rc9

02 May 19:41
11aef45

Choose a tag to compare

0.1.0-rc9 Pre-release
Pre-release

Identical to RC8 except with a non-Windows meta.json uploaded to the registry already