Skip to content

Releases: trylaarsdam/pio-tflite-lib

v1.1.1

20 Mar 18:51
a887b00
Compare
Choose a tag to compare

Removes the restriction to the Arduino framework in PlatformIO.

What's Changed

New Contributors

Full Changelog: v1.1.0-1...v1.1.1

v1.1.0

21 Aug 04:16
fee4caa
Compare
Choose a tag to compare

Includes the latest version of TFLM as of Aug 20, 2023.

Updates:

  • Possible breaking change: The all_ops_resolver has been removed in TFLM since the last library update. You must now use the micro_mutable_ops_resolver. The example firmware has been updated as such
  • Added the following operations:
    BuiltinOperator_STABLEHLO_LOGISTIC,
    BuiltinOperator_STABLEHLO_ADD,
    BuiltinOperator_STABLEHLO_DIVIDE,
    BuiltinOperator_STABLEHLO_MULTIPLY,
    BuiltinOperator_STABLEHLO_MAXIMUM,
    BuiltinOperator_STABLEHLO_RESHAPE,
    BuiltinOperator_STABLEHLO_CLAMP,
    BuiltinOperator_STABLEHLO_CONCATENATE,
    BuiltinOperator_STABLEHLO_BROADCAST_IN_DIM,
    BuiltinOperator_STABLEHLO_CONVOLUTION,
    BuiltinOperator_STABLEHLO_SLICE

Full Changelog: v1.0.1...v1.1.0

v1.0.1

07 Jun 19:40
2e7facb
Compare
Choose a tag to compare

Documentation updates - no functional changes.

v1.0.0

07 Jun 19:39
dbe5e39
Compare
Choose a tag to compare

Initial release