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