burn 0.3.0

BURN: Burn Unstoppable Rusty Neurons
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod dropout;
mod embedding;
mod gelu;
mod layer_norm;
mod linear;
mod relu;

pub use dropout::*;
pub use embedding::*;
pub use gelu::*;
pub use layer_norm::*;
pub use linear::*;
pub use relu::*;