Function THShortTensor_indexCopy

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