Skip to main content

embedding

Function embedding 

Source
pub fn embedding(
    ids: &[u32],
    wte: &[f32],
    wpe: Option<&[f32]>,
    c: usize,
    pos: usize,
) -> Vec<f32>
Expand description

Fused token + positional embedding gather.