//! Provides safe API calls to CUDA's cuDNN library.
//!//! Usually you will not use those calls directly, but acess them through,
//! the higher-level structs, exposed at the root of this crate, which provides
//! a more convenient and "rusty" interface.
pubmodactivation;pubmodconvolution;pubmodcuda;pubmoddropout;pubmodnormalization;pubmodpooling;pubmodrnn;pubmodsoftmax;pubmodtensor;pubmodutils;