Function THCharTensor_select

Source
pub unsafe extern "C" fn THCharTensor_select(
    self_: *mut THCharTensor,
    src: *mut THCharTensor,
    dimension_: c_int,
    sliceIndex_: c_long,
)