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 (
discoverymodule). VxDelegateDMA-BUF andCameraAdaptorfunction pointer structs (vx_ffimodule) -- loaded at runtime from the delegate shared library for NPU acceleration, zero-copy inference, and camera preprocessing.
License
Apache-2.0