Skip to content

v0.1.5

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 20:47
· 209 commits to main since this release
fd5c005

Changelog

v0.1.5 (2022-03-18)

Browse the Repository | Released Assets

Breaking Changes

  • Deprecated functions:
    • TFLiteElixir.FlatBufferModel.initialized!/1
    • TFLiteElixir.FlatBufferModel.get_minimum_runtime!/1
    • TFLiteElixir.TFLiteTensor.tensor!
    • TFLiteElixir.TFLiteTensor.to_nx!
    • TFLiteElixir.TFLiteTensor.to_binary!
    • TFLiteElixir.FlatBufferModel.build_from_buffer!
    • TFLiteElixir.FlatBufferModel.get_full_signature_list
  • TFLiteElixir.Coral.get_edge_tpu_context/1 now takes keyword options.

Changes

Fixed

  • Fixed a few places that could lead to segmentation fault.
  • [example] Fixed broken ESRGAN link, Visualize the result section in the "Super Resolution" notebook. Lock down tflite_elixir and evision version (#29) @mnishiguchi.
  • [typespec] Fixed typespec for TFLiteElixir.Coral.edge_tpu_devices/0 (#22) @mnishiguchi.

Added

  • [test] Unit tests for TFLiteElixir.Interpreter, TFLiteElixir.InterpreterBuilder and TFLiteElixir.Ops.Builtin.BuiltinResolver.
  • [example] Added intro text to super_resolution_example. (#26) @mnishiguchi.
  • TFLiteElixir.FlatBufferModel.error_reporter/1.
  • TFLiteElixir.FlatBufferModel.verify_and_build_from_file/2