Function THIntTensor_gather

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