kda_decode_token

Function kda_decode_token 

Source
pub fn kda_decode_token(
    x_qkv: &[f32],
    conv_w: &[f32],
    gate: &[f32],
    beta: &[f32],
    cfg: &KdaConfig,
    state: &mut KdaState,
) -> Vec<f32>
Expand description

One decode token: conv update then recurrent step.