1 2 3 4 5
pub mod framework; pub mod manual; pub use framework::FrameworkDotProduct; pub use manual::{ManualDotProduct, create_dot_product_test_data};