Function THCharTensor_kthvalue

Source
pub unsafe extern "C" fn THCharTensor_kthvalue(
    values_: *mut THCharTensor,
    indices_: *mut THLongTensor,
    t: *mut THCharTensor,
    k: c_long,
    dimension: c_int,
    keepdim: c_int,
)