Function THCharTensor_indexCopy

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