ara2-sys 0.10.0

FFI bindings to libaraclient for the Kinara ARA-2 neural network accelerator
Documentation
1
2
3
4
5
6
7
8
9
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![allow(dead_code)]
#![allow(unsafe_op_in_unsafe_fn)]
#![allow(clippy::missing_safety_doc)]
#![allow(clippy::too_many_arguments)]

include!("ffi.rs");