Function THShortTensor_select

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