3 references to DecoderLayerOutput
Microsoft.ML.GenAI.Mistral (3)
MistralDecoderLayer.cs (2)
59internal class MistralDecoderLayer : nn.Module<DecoderLayerInput, DecoderLayerOutput>, IDynamicLoadModule 108public override DecoderLayerOutput forward(DecoderLayerInput input)
MistralModel.cs (1)
132var layerOutput = layer.forward(decoderInput);