Function darknet::ffi::dot_cpu
[−]
[src]
pub unsafe extern "C" fn dot_cpu(
N: c_int,
X: *mut f32,
INCX: c_int,
Y: *mut f32,
INCY: c_int
) -> f32