Function THIntTensor_addmv

Source
pub unsafe extern "C" fn THIntTensor_addmv(
    r_: *mut THIntTensor,
    beta: c_int,
    t: *mut THIntTensor,
    alpha: c_int,
    mat: *mut THIntTensor,
    vec: *mut THIntTensor,
)