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