Function torch::THByteTensor_kthvalue [] [src]

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