Releases: tphakala/tflite_c
Releases · tphakala/tflite_c
TensorFlow Lite C v2.17.1 library
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
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
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