cudnnGetAlgorithmPerformance

Function cudnnGetAlgorithmPerformance 

Source
pub unsafe extern "C" fn cudnnGetAlgorithmPerformance(
    algoPerf: cudnnAlgorithmPerformance_t,
    algoDesc: *mut cudnnAlgorithmDescriptor_t,
    status: *mut cudnnStatus_t,
    time: *mut f32,
    memory: *mut usize,
) -> cudnnStatus_t