Function rcudnn::cudnnCTCLoss[][src]

pub unsafe extern "C" fn cudnnCTCLoss(
    handle: *mut cudnnContext,
    probsDesc: *mut cudnnTensorStruct,
    probs: *const c_void,
    hostLabels: *const i32,
    hostLabelLengths: *const i32,
    hostInputLengths: *const i32,
    costs: *mut c_void,
    gradientsDesc: *mut cudnnTensorStruct,
    gradients: *mut c_void,
    algo: cudnnCTCLossAlgo_t,
    ctcLossDesc: *mut cudnnCTCLossStruct,
    workspace: *mut c_void,
    workSpaceSizeInBytes: usize
) -> cudnnStatus_t