1 write to OutputAttentions
Microsoft.ML.GenAI.Mistral (1)
MistralDecoderLayer.cs (1)
24
this.
OutputAttentions
= outputAttentions;
2 references to OutputAttentions
Microsoft.ML.GenAI.Mistral (2)
MistralDecoderLayer.cs (2)
126
outputAttentions: input.
OutputAttentions
);
145
attentions: input.
OutputAttentions
? selfAttnOutput.Attentions?.MoveToOuterDisposeScope() : null,