Function THByteTensor_indexCopy

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