Base:
2 references to forward
Microsoft.ML.GenAI.LLaMA (1)
Module\LlamaDecoderLayer.cs (1)
134var selfAttnOutput = this.self_attn.forward(selfAttnInput);
Microsoft.ML.GenAI.Mistral (1)
MistralDecoderLayer.cs (1)
128var selfAttnOutput = this.self_attn.forward(selfAttnInput);