Uses of Class
org.bytedeco.cuda.cudnn.cudnnAlgorithm_t
-
Packages that use cudnnAlgorithm_t Package Description org.bytedeco.cuda.cudnn org.bytedeco.cuda.global -
-
Uses of cudnnAlgorithm_t in org.bytedeco.cuda.cudnn
Methods in org.bytedeco.cuda.cudnn that return cudnnAlgorithm_t Modifier and Type Method Description cudnnAlgorithm_tcudnnAlgorithm_t. algo_convBwdDataAlgo(int setter)cudnnAlgorithm_tcudnnAlgorithm_t. algo_convBwdFilterAlgo(int setter)cudnnAlgorithm_tcudnnAlgorithm_t. algo_convFwdAlgo(int setter)cudnnAlgorithm_tcudnnAlgorithm_t. algo_CTCLossAlgo(int setter)cudnnAlgorithm_tcudnnAlgorithm_t. algo_RNNAlgo(int setter)cudnnAlgorithm_tcudnnAlgorithm_t. getPointer(long i)cudnnAlgorithm_tcudnnAlgorithm_t. position(long position) -
Uses of cudnnAlgorithm_t in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudnnAlgorithm_t Modifier and Type Method Description static intcudnn. cudnnGetAlgorithmDescriptor(cudnnAlgorithmStruct algoDesc, cudnnAlgorithm_t algorithm)Deprecated.static intcudnn. cudnnSetAlgorithmDescriptor(cudnnAlgorithmStruct algoDesc, cudnnAlgorithm_t algorithm)Deprecated.
-