Releases: tphakala/tflite_c
Releases · tphakala/tflite_c
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