pub type MemoryEmbedPair = (Memory, Vec<f32>);
A (Memory, embedding) pair — used as input/output of compression.
(Memory, embedding)