Function rcudnn_sys::cudnnCTCLoss
source · pub unsafe extern "C" fn cudnnCTCLoss(
handle: cudnnHandle_t,
probsDesc: cudnnTensorDescriptor_t,
probs: *const c_void,
hostLabels: *const c_int,
hostLabelLengths: *const c_int,
hostInputLengths: *const c_int,
costs: *mut c_void,
gradientsDesc: cudnnTensorDescriptor_t,
gradients: *mut c_void,
algo: cudnnCTCLossAlgo_t,
ctcLossDesc: cudnnCTCLossDescriptor_t,
workspace: *mut c_void,
workSpaceSizeInBytes: usize
) -> cudnnStatus_t