Skip to content

Releases: tphakala/tflite_c

TensorFlow Lite C v2.17.1 library

28 Dec 13:54
Compare
Choose a tag to compare

This release provides precompiled TensorFlow Lite C libraries (v2.17.1) for the following platforms:

Linux:
AMD64 built for generic CPU to support CPUs without AVX2 support
ARM64

Windows:
AMD64 built for generic CPU to support CPUs without AVX2 support

macOS:
ARM64 (Apple Silicon)

All libraries are compiled with clang-18 using following flags:

--copt=-O3
--copt=-flto
--linkopt=-flto
xnnpack_enable_subgraph_reshaping=true
no_tensorflow_py_deps=true
tflite_enable_xnnpack=true

TensorFlow Lite C v2.17.0 library

20 Oct 08:17
Compare
Choose a tag to compare

This release provides precompiled TensorFlow Lite C libraries (v2.17.0) for the following platforms:

Linux:

  • AMD64 (optimized for Skylake, Haswell required for minimum)
  • ARM64 (optimized for Cortex-A72)

Windows:

  • AMD64 (optimized for Skylake, Haswell required for minimum)

macOS:

  • AMD64
  • ARM64 (coming soon)

All libraries are compiled with the following flags:

  • xnnpack_enable_subgraph_reshaping=true
  • no_tensorflow_py_deps=true
  • tflite_enable_xnnpack=true

TensorFlow Lite C v2.14.0 library

05 Nov 12:09
Compare
Choose a tag to compare

TensorFlow Lite C API share library libtensorflowlite_c.so for Windows and Linux

  • Windows amd64 library has been compiled for Windows 11 using Visual Studio 2019
  • Linux amd64 library has been compiled for Debian 11.8 using clang
  • Linux arm64 library has been compiled for Raspberry Pi Bullseye 64-bit using clang
  • Darwin amd64 library has been compiled for macOS 14 Intel
  • Darwin arm64 library has been compiled for macOS 14 Apple Silicon