1 write to _isCausal
Microsoft.ML.GenAI.Core (1)
Utility\AttentionMaskConverter.cs (1)
21
this.
_isCausal
= isCausal;
2 references to _isCausal
Microsoft.ML.GenAI.Core (2)
Utility\AttentionMaskConverter.cs (2)
46
if ((inputShape[^1] > 1 || this._slidingWindow is not null) && this.
_isCausal
)
78
if (!
_isCausal
)