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