Skip to content

Releases: viam-modules/mlmodel-tflite

0.2.0

Choose a tag to compare

@acmorrow acmorrow released this 03 Nov 17:40
1f4e456

What's Changed

Full Changelog: 0.1.3...0.2.0

0.2.0-rc7

0.2.0-rc7 Pre-release
Pre-release

Choose a tag to compare

@acmorrow acmorrow released this 16 Oct 18:57
1f4e456

What's Changed

Full Changelog: 0.1.3...0.2.0-rc7

0.2.0-rc6

0.2.0-rc6 Pre-release
Pre-release

Choose a tag to compare

@acmorrow acmorrow released this 15 Oct 21:39
8f6a0d1

What's Changed

Full Changelog: 0.1.0...0.2.0-rc6

0.2.0-rc5

0.2.0-rc5 Pre-release
Pre-release

Choose a tag to compare

@bhaney bhaney released this 01 Oct 18:45

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

0.2.0-rc4

0.2.0-rc4 Pre-release
Pre-release

Choose a tag to compare

@bhaney bhaney released this 01 Oct 18:29
4014ec5

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

0.2.0-rc3

0.2.0-rc3 Pre-release
Pre-release

Choose a tag to compare

@acmorrow acmorrow released this 30 May 19:16
4014ec5

What's Changed

Full Changelog: 0.1.0...0.2.0-rc3

0.2.0-rc2

0.2.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@acmorrow acmorrow released this 28 May 20:35
0f0a923

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

Full Changelog: 0.1.0...0.2.0-rc2

0.2.0-rc1

0.2.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@acmorrow acmorrow released this 27 May 22:50
ac919c6

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

Full Changelog: 0.1.0...0.2.0-rc1

0.1.0-rc10

0.1.0-rc10 Pre-release
Pre-release

Choose a tag to compare

@penguinland penguinland released this 08 May 14:25
6deea4e

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

0.1.0

Choose a tag to compare

@penguinland penguinland released this 05 May 14:55
35258ba

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