pub fn emulate_certified_encode_batch(
dev: &EncodeAtomDevice,
targets: &[Vec<f64>],
amplitudes: &[f64],
) -> Vec<DeviceEncodeRow>Expand description
Batched device-free encode over many rows (the CPU fallback of
sae_certified_encode_batch). Row-independent, so order-stable.