1 write to Attentions
Microsoft.ML.GenAI.Phi (1)
Module\Phi3DecoderLayer.cs (1)
56
this.
Attentions
= attentions;
2 references to Attentions
Microsoft.ML.GenAI.Phi (2)
Module\Phi3Model.cs (2)
133
if (outputAttentions && layerOutput.
Attentions
is not null)
135
allAttentions.Add(layerOutput.
Attentions
);