burn-compute 0.13.2

Compute crate that helps creating high performance async backends.
Documentation
1
2
3
4
5
6
7
8
9
mod operation;
mod tune_benchmark;
mod tune_cache;
mod tuner;

pub use operation::*;
pub use tune_benchmark::*;
pub use tune_cache::*;
pub use tuner::*;