instmodel_inference 0.9.0

High-performance neural network inference library with instruction-based execution
Documentation
1
2
3
4
5
6
7
pub mod dot_product;
pub mod element_wise_buffer_ops;

pub use dot_product::{FrameworkDotProduct, ManualDotProduct, create_dot_product_test_data};
pub use element_wise_buffer_ops::{
    FrameworkElementWiseOps, ManualElementWiseOps, create_element_wise_test_data,
};