rotta_rs 0.0.5

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

mod node;
pub use node::*;

mod operation;
pub use operation::*;

mod backward;
pub use backward::*;

mod backward_label;
pub use backward_label::*;

mod method;
#[allow(unused)]
pub use method::*;

mod function;
pub use function::*;