rotta_rs 0.0.5

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

mod permute;
pub use permute::*;

mod sum_axis;
pub use sum_axis::*;

mod exp;
pub use exp::*;

mod to_shape;
pub use to_shape::*;

mod slice;
pub use slice::*;

mod power;
pub use power::*;

mod ln;
pub use ln::*;

mod sum;
pub use sum::*;

mod abs;
pub use abs::*;

mod sign;
pub use sign::*;

mod negative_indexing;
pub use negative_indexing::*;

mod reshape;
pub use reshape::*;

mod concat;
pub use concat::*;

mod slice_range;
pub use slice_range::*;

mod mean;
pub use mean::*;

mod mean_axis;
pub use mean_axis::*;