edgefirst-tflite-sys 0.2.0

Low-level FFI bindings for the TensorFlow Lite C API with runtime symbol loading
Documentation

edgefirst-tflite-sys

Low-level FFI bindings for the TensorFlow Lite C API with runtime symbol loading via libloading.

Most users should depend on edgefirst-tflite instead.

Overview

This crate provides:

  • bindgen-generated function pointer struct (tensorflowlite_c) with 164 TFLite C API functions loaded at runtime.
  • Library version probing (discovery module).
  • VxDelegate DMA-BUF and CameraAdaptor function pointer structs (vx_ffi module) -- loaded at runtime from the delegate shared library for NPU acceleration, zero-copy inference, and camera preprocessing.

License

Apache-2.0