burn-dispatch 0.21.0-pre.3

Backend dispatch for the Burn framework
Documentation
1
2
3
4
5
6
7
8
9
mod activation;
mod bool_tensor;
#[cfg(feature = "distributed")]
mod distributed;
mod int_tensor;
mod module;
mod qtensor;
mod tensor;
mod transaction;