burn-collective 0.21.0

Backend extension for collective calculations.
Documentation
1
2
3
4
5
6
7
mod centralized;
mod op;
mod tree;

pub(crate) use centralized::*;
pub(crate) use op::*;
pub(crate) use tree::*;