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