burn-collective 0.21.0

Backend extension for collective calculations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod global;
pub use global::*;

mod config;
pub use config::*;

mod api;
pub use api::*;

mod local;

#[cfg(test)]
mod tests;