1 instantiation of Phi3DecoderLayerOutput
Microsoft.ML.GenAI.Phi (1)
Module\Phi3DecoderLayer.cs (1)
138return new Phi3DecoderLayerOutput(hiddenStates.MoveToOuterDisposeScope(), selfAttnWeights?.MoveToOuterDisposeScope(), presentKeyValue);
3 references to Phi3DecoderLayerOutput
Microsoft.ML.GenAI.Phi (3)
Module\Phi3DecoderLayer.cs (2)
67internal class Phi3DecoderLayer : nn.Module<Phi3DecoderLayerInput, Phi3DecoderLayerOutput>, IDynamicLoadModule 105public override Phi3DecoderLayerOutput forward(Phi3DecoderLayerInput input)
Module\Phi3Model.cs (1)
131var layerOutput = layer.forward(decoderInput);