Function THShortTensor_indexSelect

Source
pub unsafe extern "C" fn THShortTensor_indexSelect(
    tensor: *mut THShortTensor,
    src: *mut THShortTensor,
    dim: c_int,
    index: *mut THLongTensor,
)