Function rcudnn::cudnnGetAlgorithmPerformance[][src]

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