Function THIntTensor_indexSelect

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