burn-jit 0.16.1

Generic backend that can be compiled just-in-time to any shader language target
Documentation
mod base;
mod col2im;
mod direct;
mod gemm;
mod im2col;
mod implicit_gemm;
mod layout_swap;
mod transpose_direct;

mod tune;

pub use base::*;
pub use col2im::*;
pub use direct::*;
pub use gemm::*;
pub use im2col::*;
pub use implicit_gemm::*;
pub use layout_swap::*;
pub use transpose_direct::*;
pub use tune::*;