1 write to _selfAttention
Microsoft.ML.TorchSharp (1)
NasBert\Modules\MultiHeadAttention.cs (1)
80_selfAttention = selfAttention;
3 references to _selfAttention
Microsoft.ML.TorchSharp (3)
NasBert\Modules\MultiHeadAttention.cs (3)
82if (_selfAttention && !_qkvSameDim) 184if (_selfAttention || !_encoderDecoderAttention) 334if (_selfAttention)