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::FrameworkElementWiseOps;
pub use manual::{ManualElementWiseOps, create_element_wise_test_data};