1 2 3 4 5 6 7 8
pub mod collections; pub mod ops; pub use collections::*; pub use ops::{ get_activation_operations, get_all_operations, get_math_operations, DataSet, ErrorFunction, Op, Regression, };