gradients 0.3.4

An OpenCL, CUDA and CPU based Deep Learning Library
Documentation
1
2
3
4
5
6
7
mod activations;
mod conv2d;
mod linear;

pub use activations::*;
pub use conv2d::*;
pub use linear::*;