instmodel_inference 0.5.0

High-performance neural network inference library with instruction-based execution
Documentation
1
2
3
4
5
pub mod framework;
pub mod manual;

pub use framework::FrameworkDotProduct;
pub use manual::{ManualDotProduct, create_dot_product_test_data};