1 write to self_attn
Microsoft.ML.GenAI.Phi (1)
Module\Phi3DecoderLayer.cs (1)
85
this.
self_attn
= this.CreateAttentionFromConfig(config, layerIdx);
1 reference to self_attn
Microsoft.ML.GenAI.Phi (1)
Module\Phi3DecoderLayer.cs (1)
124
var output = this.
self_attn
.forward(attentionInput);