Function candle_nn::rotary_emb::rope_i_slow

source ·
pub fn rope_i_slow(x: &Tensor, cos: &Tensor, sin: &Tensor) -> Result<Tensor>