[][src]Function darknet_sys::top_k

pub unsafe extern "C" fn top_k(
    a: *mut f32,
    n: c_int,
    k: c_int,
    index: *mut c_int
)