2 references to AttentionInput
Microsoft.ML.GenAI.Core (2)
Module\Attention.cs (2)
68
internal class Attention : nn.Module<
AttentionInput
, AttentionOutput>
129
public override AttentionOutput forward(
AttentionInput
input)