oxicuda-dnn 0.1.7

OxiCUDA DNN - GPU-accelerated deep learning primitives (cuDNN equivalent)
Documentation
1
2
3
4
5
6
//! Backward data gradient (dgrad) implementations.
//!
//! Computes the gradient of the loss with respect to the input tensor.

pub mod implicit_gemm;
pub mod winograd;