tflite 0.9.6

Rust bindings for TensorFlow Lite
Documentation
#![allow(dead_code, clippy::all)]

pub use self::root::*;

include!(concat!(env!("OUT_DIR"), "/tflite_types.rs"));