1 write to Attentions
Microsoft.ML.GenAI.LLaMA (1)
Module\LlamaDecoderLayer.cs (1)
55this.Attentions = attentions;
2 references to Attentions
Microsoft.ML.GenAI.LLaMA (2)
Module\LlamaModel.cs (2)
140if (outputAttentions && layerOutput.Attentions is not null) 142allAttentions.Add(layerOutput.Attentions);