static int |
cudnn.cudnnCreateCTCLossDescriptor(cudnnCTCLossStruct ctcLossDesc) |
static int |
cudnn.cudnnCTCLoss(cudnnContext handle,
cudnnTensorStruct probsDesc,
Pointer probs,
int[] labels,
int[] labelLengths,
int[] inputLengths,
Pointer costs,
cudnnTensorStruct gradientsDesc,
Pointer gradients,
int algo,
cudnnCTCLossStruct ctcLossDesc,
Pointer workspace,
long workSpaceSizeInBytes) |
static int |
cudnn.cudnnCTCLoss(cudnnContext handle,
cudnnTensorStruct probsDesc,
Pointer probs,
IntBuffer labels,
IntBuffer labelLengths,
IntBuffer inputLengths,
Pointer costs,
cudnnTensorStruct gradientsDesc,
Pointer gradients,
int algo,
cudnnCTCLossStruct ctcLossDesc,
Pointer workspace,
long workSpaceSizeInBytes) |
static int |
cudnn.cudnnCTCLoss(cudnnContext handle,
cudnnTensorStruct probsDesc,
Pointer probs,
IntPointer labels,
IntPointer labelLengths,
IntPointer inputLengths,
Pointer costs,
cudnnTensorStruct gradientsDesc,
Pointer gradients,
int algo,
cudnnCTCLossStruct ctcLossDesc,
Pointer workspace,
long workSpaceSizeInBytes) |
static int |
cudnn.cudnnDestroyCTCLossDescriptor(cudnnCTCLossStruct ctcLossDesc) |
static int |
cudnn.cudnnGetCTCLossDescriptor(cudnnCTCLossStruct ctcLossDesc,
int[] compType) |
static int |
cudnn.cudnnGetCTCLossDescriptor(cudnnCTCLossStruct ctcLossDesc,
IntBuffer compType) |
static int |
cudnn.cudnnGetCTCLossDescriptor(cudnnCTCLossStruct ctcLossDesc,
IntPointer compType) |
static int |
cudnn.cudnnGetCTCLossDescriptorEx(cudnnCTCLossStruct ctcLossDesc,
int[] compType,
int[] normMode,
int[] gradMode) |
static int |
cudnn.cudnnGetCTCLossDescriptorEx(cudnnCTCLossStruct ctcLossDesc,
IntBuffer compType,
IntBuffer normMode,
IntBuffer gradMode) |
static int |
cudnn.cudnnGetCTCLossDescriptorEx(cudnnCTCLossStruct ctcLossDesc,
IntPointer compType,
IntPointer normMode,
IntPointer gradMode) |
static int |
cudnn.cudnnGetCTCLossWorkspaceSize(cudnnContext handle,
cudnnTensorStruct probsDesc,
cudnnTensorStruct gradientsDesc,
int[] labels,
int[] labelLengths,
int[] inputLengths,
int algo,
cudnnCTCLossStruct ctcLossDesc,
SizeTPointer sizeInBytes) |
static int |
cudnn.cudnnGetCTCLossWorkspaceSize(cudnnContext handle,
cudnnTensorStruct probsDesc,
cudnnTensorStruct gradientsDesc,
IntBuffer labels,
IntBuffer labelLengths,
IntBuffer inputLengths,
int algo,
cudnnCTCLossStruct ctcLossDesc,
SizeTPointer sizeInBytes) |
static int |
cudnn.cudnnGetCTCLossWorkspaceSize(cudnnContext handle,
cudnnTensorStruct probsDesc,
cudnnTensorStruct gradientsDesc,
IntPointer labels,
IntPointer labelLengths,
IntPointer inputLengths,
int algo,
cudnnCTCLossStruct ctcLossDesc,
SizeTPointer sizeInBytes) |
static int |
cudnn.cudnnSetCTCLossDescriptor(cudnnCTCLossStruct ctcLossDesc,
int compType) |
static int |
cudnn.cudnnSetCTCLossDescriptorEx(cudnnCTCLossStruct ctcLossDesc,
int compType,
int normMode,
int gradMode) |