[][src]Function darknet_sys::softmax

pub unsafe extern "C" fn softmax(
    input: *mut f32,
    n: c_int,
    temp: f32,
    stride: c_int,
    output: *mut f32
)