Function THIntTensor_select

Source
pub unsafe extern "C" fn THIntTensor_select(
    self_: *mut THIntTensor,
    src: *mut THIntTensor,
    dimension_: c_int,
    sliceIndex_: c_long,
)