Function THIntTensor_sum

Source
pub unsafe extern "C" fn THIntTensor_sum(
    r_: *mut THIntTensor,
    t: *mut THIntTensor,
    dimension: c_int,
    keepdim: c_int,
)