rotta_rs 0.0.5

a Deep Learning library with rust language
Documentation
mod add;
pub use add::*;

mod minus;
pub use minus::*;

mod divided;
pub use divided::*;

mod dot;
pub use dot::*;

mod matmul;
pub use matmul::*;

mod mul;
pub use mul::*;

mod slice_operation;
pub use slice_operation::*;