Skip to content

TensorFlow Lite C v2.17.1 library

Latest
Compare
Choose a tag to compare
@tphakala tphakala released this 28 Dec 13:54
· 1 commit to main since this release

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