1 write to _attentionDropout
Microsoft.ML.GenAI.Core (1)
Module\Attention.cs (1)
103
this.
_attentionDropout
= attentionDropout;
1 reference to _attentionDropout
Microsoft.ML.GenAI.Core (1)
Module\Attention.cs (1)
207
attnWeights = nn.functional.dropout(attnWeights, this.
_attentionDropout
, this.training);