Skip to content

Releases: second-state/WasmEdge-tensorflow

SSVM-TensorFlow 0.8.0-rc1

29 Apr 10:29
Compare
Choose a tag to compare
Pre-release

0.8.0-rc1 (2021-04-30)

This is the host function extension for SSVM.
Please refer to the SSVM 0.7.3 for more details.

Features:

  • Add ssvm-tensorflow and ssvm-tensorflowlite C API shared library.
  • Add release CI.

Tools:

  • Remove tools. The tools will be in the new repository.

SSVM-TensorFlow 0.7.3

03 Feb 09:50
Compare
Choose a tag to compare

0.7.3 (2021-02-03)

This is a extension release for updating ssvm-core.

Features:

  • Update ssvm-core to version 0.7.3.
    • Please refer to the SSVM 0.7.3 for more details.

Tools:

  • download_dependencies_tf.sh is the script to download and extract the required shared libraries of libtensorflow and libtensorflow_framework.
  • download_dependencies_tflite.sh is the script to download and extract the required shared libraries for only ssvm-tensorflow-lite tool.
  • download_dependencies_all.sh is the script to download and extract all the required shared libraries.

SSVM-TensorFlow 0.7.2

24 Dec 11:27
Compare
Choose a tag to compare

0.7.2 (2020-12-24)

This release is compatible with Rust ssvm_tensorflow_interface version 0.1.3 or later.

This is an extension release for updating ssvm-core.

Features:

  • Update ssvm-core to version 0.7.2.
    • Please refer to the SSVM 0.7.2 for more details.

SSVM-TensorFlow 0.1.1

22 Dec 13:17
Compare
Choose a tag to compare

0.1.1 (2020-12-22)

This release is compatible with Rust ssvm_tensorflow_interface version 0.1.3 or later.

This is an extension release for the ssvm-tensorflow-lite tool.

Tools:

  • ssvm-tensorflow-lite is the SSVM runner for executing WASM or compiled WASM with only tensorflow-lite extensions.
  • download_dependencies_lite.sh is the script to download and extract the required shared libraries for only ssvm-tensorflow-lite tool.

SSVM-TensorFlow 0.1.0

17 Dec 08:01
Compare
Choose a tag to compare

0.1.0 (2020-12-17)

This release is compatible with Rust ssvm_tensorflow_interface version 0.1.3 or later.

Features:

  • Image processing host function extensions of WASM
    • Support reading JPEG and PNG from a buffer.
    • Support the rgb8 and rgb32f normalized formats.
    • Support image resizing.
  • TensorFlow and TensorFlow-Lite host function extension of WASM
    • Support creating TensorFlow and TensorFlow-Lite graphs from a model buffer.
    • Support running models with input tensors.

Tools:

  • ssvmc-tensorflow is the AOT compiler to compile WASM files into binaries.
  • ssvm-tensorflow is the SSVM runner for executing WASM or compiled WASM with tensorflow extensions.
  • show-tflite-tensor is the tool to list the input and output tensors information of a TensorFlow-Lite model.
  • download_dependencies.sh is the script to download and extract the required shared libraries.

SSVM-TensorFlow 0.1.0-rc4

02 Dec 10:47
Compare
Choose a tag to compare
Pre-release

0.1.0rc4 (2020-12-02)

Features:

  • Add supporting of tensorflow-lite models.
  • Refactor the image related functions into ssvm_image host functions.
  • Refine the workflow of running a model.

This pre-release is compatible with Rust ssvm_tensorflow_interface version 0.1.3.

SSVM-TensorFlow 0.1.0-rc3

20 Nov 12:13
Compare
Choose a tag to compare
Pre-release

0.1.0rc3 (2020-11-20)

Features:

  • Refine life cycle of tensors.
  • Accept multiple input tensors.
  • Provide allocation and deletion functions for tensors.

This pre-release is compatible with Rust ssvm_tensorflow_interface version 0.1.2.

SSVM-TensorFlow 0.1.0-rc2

17 Nov 08:52
Compare
Choose a tag to compare
Pre-release

0.1.0rc2 (2020-11-17)

Features:

  • Support input tensor dimension settings.
  • Use raw data rather than string stream in outputs.

This pre-release is compatible with Rust ssvm_tensorflow_interface version 0.1.1.

SSVM-TensorFlow 0.1.0-rc1

13 Nov 11:12
Compare
Choose a tag to compare
Pre-release

0.1.0rc1 (2020-11-13)

Features:

  • Support TensorFlow related host functions.

This pre-release is compatible with Rust ssvm_tensorflow_interface version 0.1.0.