Function THIntTensor_narrow

Source
pub unsafe extern "C" fn THIntTensor_narrow(
    self_: *mut THIntTensor,
    src: *mut THIntTensor,
    dimension_: c_int,
    firstIndex_: c_long,
    size_: c_long,
)