Function darknet::ffi::top_k [] [src]

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