1 write to OutputAttentions
Microsoft.ML.GenAI.LLaMA (1)
Module\LlamaDecoderLayer.cs (1)
30
this.
OutputAttentions
= outputAttentions;
2 references to OutputAttentions
Microsoft.ML.GenAI.LLaMA (2)
Module\LlamaDecoderLayer.cs (2)
132
outputAttentions: input.
OutputAttentions
);
151
attentions: input.
OutputAttentions
? selfAttnOutput.Attentions?.MoveToOuterDisposeScope() : null,