Function torch::THByteTensor_topk [] [src]

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