Function rcudnn::cudnnSetAlgorithmPerformance[][src]

pub unsafe extern "C" fn cudnnSetAlgorithmPerformance(
    algoPerf: *mut cudnnAlgorithmPerformanceStruct,
    algoDesc: *mut cudnnAlgorithmStruct,
    status: cudnnStatus_t,
    time: f32,
    memory: usize
) -> cudnnStatus_t