nnapi-sys 0.1.1

FFI to the Android NNAPI
Documentation
1
2
3
4
5
//! FFI Rust bindings for the Android Neural Networks API.

mod neural_networks;

pub use neural_networks::*;