jcuda.jcudnn.package-info Maven / Gradle / Ivy
/**
* Contains the classes of JCudnn.
*
* This package contains classes that are related to JCudnn.
* The main class is the {@link jcuda.jcudnn.JCudnn} class,
* which provides all method bindings for cuDNN, the
* NVIDIA CUDA Deep Neural Network library.
*
* Please consult your cuDNN library documentation
* for more information about how to use this API.
*/
package jcuda.jcudnn;