Function torch::THIntTensor_narrow [] [src]

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