burn-core 0.18.0

Flexible and Comprehensive Deep Learning Framework in Rust
Documentation
1
2
3
4
5
mod mask;
mod mha;

pub use mask::*;
pub use mha::*;