Uses of Class
org.bytedeco.cuda.cudnn.cudnnPersistentRNNPlan
-
Packages that use cudnnPersistentRNNPlan Package Description org.bytedeco.cuda.global -
-
Uses of cudnnPersistentRNNPlan in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudnnPersistentRNNPlan Modifier and Type Method Description static intcudnn. cudnnCreatePersistentRNNPlan(cudnnRNNStruct rnnDesc, int minibatch, int dataType, cudnnPersistentRNNPlan plan)Deprecated.static intcudnn. cudnnDestroyPersistentRNNPlan(cudnnPersistentRNNPlan plan)Deprecated.static intcudnn. cudnnSetPersistentRNNPlan(cudnnRNNStruct rnnDesc, cudnnPersistentRNNPlan plan)Deprecated.
-