tflite-dyn

Crates.iotflite-dyn
lib.rstflite-dyn
version0.1.1
sourcesrc
created_at2021-11-25 04:33:40.022304
updated_at2021-11-25 04:35:37.329903
descriptionRust bindings for TensorFlow Lite C API
homepage
repositoryhttps://github.com/celphase/tflite-dyn
max_upload_size
id487409
size32,512
Layl (LaylBongers)

documentation

README

TFLite Dynamic

Loads in a tensorflowlite_c dynamic library at runtime and provides bindings to it.

Building TensorFlow Light DLL

This is not necessary for compiling a project with this library, as it's loaded in at runtime, but it's still necessary to run.

bazel build -c opt --action_env PYTHON_BIN_PATH="C://ProgramData//Miniconda3//python.exe" //tensorflow/lite/c:tensorflowlite_c --config=monolithic

XNNPACK

This library includes bindings for XNNPACK, which is built with the TensorFlow Lite C DLL by default on Windows. You should be using this on x86, as it's faster than the default CPU delegate, which is optimized for specific ARM instructions.

Commit count: 3

cargo fmt