Function torch::THIntTensor_topk [] [src]

pub unsafe extern "C" fn THIntTensor_topk(
    rt_: *mut THIntTensor,
    ri_: *mut THLongTensor,
    t: *mut THIntTensor,
    k: c_long,
    dim: c_int,
    dir: c_int,
    sorted: c_int
)