Function THLongTensor_select

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