pub fn pool_native(
encoder_tokens: &[f32],
weights: &Vjepa2PoolerWeights,
cfg: &Vjepa2Config,
batch: usize,
seq: usize,
) -> Result<Vjepa2PoolerOutput, Error>Expand description
Pool encoder tokens [batch, seq, hidden] → [batch, hidden] embedding.