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