[][src]Function torch_sys::ato_rms_prop

pub unsafe extern "C" fn ato_rms_prop(
    lr: f64,
    alpha: f64,
    eps: f64,
    wd: f64,
    momentum: f64,
    centered: c_int
) -> *mut C_optimizer