1 write to AttentionMask
Microsoft.ML.GenAI.Core (1)
Pipeline\CausalLMModelInput.cs (1)
32
this.
AttentionMask
= attentionMask;
4 references to AttentionMask
Microsoft.ML.GenAI.LLaMA (1)
Module\LlamaModel.cs (1)
63
var attentionMask = input.
AttentionMask
;
Microsoft.ML.GenAI.Mistral (1)
MistralModel.cs (1)
61
var attentionMask = input.
AttentionMask
;
Microsoft.ML.GenAI.Phi (2)
Module\Phi3Model.cs (1)
64
var attentionMask = input.
AttentionMask
;
Phi2\Phi2ForCasualLM.cs (1)
37
var attentionMask = input.
AttentionMask
;