pub fn quantize_q4_k_matrix(data: &[f32], shape: &[usize]) -> Vec<u8> ⓘ
Quantize F32 matrix to Q4_K format with proper row layout
Q4_K
Processes each row independently to maintain row-major layout.