ruvector-cnn 2.0.6

CNN feature extraction for image embeddings with SIMD acceleration
Documentation
1
2
3
4
5
6
//! INT8 Kernels - Scalar and SIMD implementations

pub mod scalar;

#[cfg(target_arch = "x86_64")]
pub mod simd;