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