burn-core 0.18.0

Flexible and Comprehensive Deep Learning Framework in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod batch;
mod group;
mod instance;
mod layer;
mod rms;

pub use batch::*;
pub use group::*;
pub use instance::*;
pub use layer::*;
pub use rms::*;