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