Function THIntTensor_csub

Source
pub unsafe extern "C" fn THIntTensor_csub(
    self_: *mut THIntTensor,
    src1: *mut THIntTensor,
    value: c_int,
    src2: *mut THIntTensor,
)