Function rcudnn_sys::cudnnRestoreDropoutDescriptor[][src]

pub unsafe extern "C" fn cudnnRestoreDropoutDescriptor(
    dropoutDesc: cudnnDropoutDescriptor_t,
    handle: cudnnHandle_t,
    dropout: f32,
    states: *mut c_void,
    stateSizeInBytes: usize,
    seed: c_ulonglong
) -> cudnnStatus_t