Function rcudnn::cudnnBackendSetAttribute[][src]

pub unsafe extern "C" fn cudnnBackendSetAttribute(
    descriptor: *mut c_void,
    attributeName: cudnnBackendAttributeName_t,
    attributeType: cudnnBackendAttributeType_t,
    elementCount: i64,
    arrayOfElements: *const c_void
) -> cudnnStatus_t