Uses of Class
org.bytedeco.cuda.cudnn.cudnnCTCLossStruct
-
Packages that use cudnnCTCLossStruct Package Description org.bytedeco.cuda.global -
-
Uses of cudnnCTCLossStruct in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudnnCTCLossStruct Modifier and Type Method Description static intcudnn. cudnnCreateCTCLossDescriptor(cudnnCTCLossStruct ctcLossDesc)static intcudnn. cudnnCTCLoss(cudnnContext handle, cudnnTensorStruct probsDesc, Pointer probs, int[] hostLabels, int[] hostLabelLengths, int[] hostInputLengths, Pointer costs, cudnnTensorStruct gradientsDesc, Pointer gradients, int algo, cudnnCTCLossStruct ctcLossDesc, Pointer workspace, long workSpaceSizeInBytes)static intcudnn. cudnnCTCLoss(cudnnContext handle, cudnnTensorStruct probsDesc, Pointer probs, IntBuffer hostLabels, IntBuffer hostLabelLengths, IntBuffer hostInputLengths, Pointer costs, cudnnTensorStruct gradientsDesc, Pointer gradients, int algo, cudnnCTCLossStruct ctcLossDesc, Pointer workspace, long workSpaceSizeInBytes)static intcudnn. cudnnCTCLoss(cudnnContext handle, cudnnTensorStruct probsDesc, Pointer probs, IntPointer hostLabels, IntPointer hostLabelLengths, IntPointer hostInputLengths, Pointer costs, cudnnTensorStruct gradientsDesc, Pointer gradients, int algo, cudnnCTCLossStruct ctcLossDesc, Pointer workspace, long workSpaceSizeInBytes)static intcudnn. cudnnCTCLoss_v8(cudnnContext handle, int algo, cudnnCTCLossStruct ctcLossDesc, cudnnTensorStruct probsDesc, Pointer probs, int[] labels, int[] labelLengths, int[] inputLengths, Pointer costs, cudnnTensorStruct gradientsDesc, Pointer gradients, long workSpaceSizeInBytes, Pointer workspace)static intcudnn. cudnnCTCLoss_v8(cudnnContext handle, int algo, cudnnCTCLossStruct ctcLossDesc, cudnnTensorStruct probsDesc, Pointer probs, IntBuffer labels, IntBuffer labelLengths, IntBuffer inputLengths, Pointer costs, cudnnTensorStruct gradientsDesc, Pointer gradients, long workSpaceSizeInBytes, Pointer workspace)static intcudnn. cudnnCTCLoss_v8(cudnnContext handle, int algo, cudnnCTCLossStruct ctcLossDesc, cudnnTensorStruct probsDesc, Pointer probs, IntPointer labels, IntPointer labelLengths, IntPointer inputLengths, Pointer costs, cudnnTensorStruct gradientsDesc, Pointer gradients, long workSpaceSizeInBytes, Pointer workspace)static intcudnn. cudnnDestroyCTCLossDescriptor(cudnnCTCLossStruct ctcLossDesc)static intcudnn. cudnnGetCTCLossDescriptor(cudnnCTCLossStruct ctcLossDesc, int[] compType)static intcudnn. cudnnGetCTCLossDescriptor(cudnnCTCLossStruct ctcLossDesc, IntBuffer compType)static intcudnn. cudnnGetCTCLossDescriptor(cudnnCTCLossStruct ctcLossDesc, IntPointer compType)static intcudnn. cudnnGetCTCLossDescriptor_v8(cudnnCTCLossStruct ctcLossDesc, int[] compType, int[] normMode, int[] gradMode, int[] maxLabelLength)static intcudnn. cudnnGetCTCLossDescriptor_v8(cudnnCTCLossStruct ctcLossDesc, IntBuffer compType, IntBuffer normMode, IntBuffer gradMode, IntBuffer maxLabelLength)static intcudnn. cudnnGetCTCLossDescriptor_v8(cudnnCTCLossStruct ctcLossDesc, IntPointer compType, IntPointer normMode, IntPointer gradMode, IntPointer maxLabelLength)static intcudnn. cudnnGetCTCLossDescriptorEx(cudnnCTCLossStruct ctcLossDesc, int[] compType, int[] normMode, int[] gradMode)static intcudnn. cudnnGetCTCLossDescriptorEx(cudnnCTCLossStruct ctcLossDesc, IntBuffer compType, IntBuffer normMode, IntBuffer gradMode)static intcudnn. cudnnGetCTCLossDescriptorEx(cudnnCTCLossStruct ctcLossDesc, IntPointer compType, IntPointer normMode, IntPointer gradMode)static intcudnn. cudnnGetCTCLossWorkspaceSize(cudnnContext handle, cudnnTensorStruct probsDesc, cudnnTensorStruct gradientsDesc, int[] labels, int[] labelLengths, int[] inputLengths, int algo, cudnnCTCLossStruct ctcLossDesc, SizeTPointer sizeInBytes)static intcudnn. cudnnGetCTCLossWorkspaceSize(cudnnContext handle, cudnnTensorStruct probsDesc, cudnnTensorStruct gradientsDesc, IntBuffer labels, IntBuffer labelLengths, IntBuffer inputLengths, int algo, cudnnCTCLossStruct ctcLossDesc, SizeTPointer sizeInBytes)static intcudnn. cudnnGetCTCLossWorkspaceSize(cudnnContext handle, cudnnTensorStruct probsDesc, cudnnTensorStruct gradientsDesc, IntPointer labels, IntPointer labelLengths, IntPointer inputLengths, int algo, cudnnCTCLossStruct ctcLossDesc, SizeTPointer sizeInBytes)static intcudnn. cudnnGetCTCLossWorkspaceSize_v8(cudnnContext handle, int algo, cudnnCTCLossStruct ctcLossDesc, cudnnTensorStruct probsDesc, cudnnTensorStruct gradientsDesc, SizeTPointer sizeInBytes)static intcudnn. cudnnSetCTCLossDescriptor(cudnnCTCLossStruct ctcLossDesc, int compType)static intcudnn. cudnnSetCTCLossDescriptor_v8(cudnnCTCLossStruct ctcLossDesc, int compType, int normMode, int gradMode, int maxLabelLength)static intcudnn. cudnnSetCTCLossDescriptorEx(cudnnCTCLossStruct ctcLossDesc, int compType, int normMode, int gradMode)
-