1 2 3 4 5
//! Neural network specific linear algebra operations // Enable batch operations module mod batch_operations; pub use batch_operations::*;