Releases: trylaarsdam/pio-tflite-lib
Releases · trylaarsdam/pio-tflite-lib
v1.1.1
Removes the restriction to the Arduino framework in PlatformIO.
What's Changed
- Expanding Framework Compatibility by @fwittenfeld in #1
New Contributors
- @fwittenfeld made their first contribution in #1
Full Changelog: v1.1.0-1...v1.1.1
v1.1.0
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 themicro_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
Documentation updates - no functional changes.
v1.0.0
Initial release