burn-ndarray 0.21.0-pre.3

Ndarray backend for the Burn framework
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod avgpool;
mod base;
pub(crate) mod binary;
pub(crate) mod binary_elemwise;
pub(crate) mod cmp;
pub(crate) mod conv;
pub(crate) mod maxpool;
pub(crate) mod unary;

pub use base::*;