Function rcudnn::cudnnRestoreAlgorithm[][src]

pub unsafe extern "C" fn cudnnRestoreAlgorithm(
    handle: *mut cudnnContext,
    algoSpace: *mut c_void,
    algoSpaceSizeInBytes: usize,
    algoDesc: *mut cudnnAlgorithmStruct
) -> cudnnStatus_t