1 write to InputEmbeddings
Microsoft.ML.GenAI.Core (1)
Pipeline\CausalLMModelInput.cs (1)
35this.InputEmbeddings = inputsEmbeds;
3 references to InputEmbeddings
Microsoft.ML.GenAI.LLaMA (1)
Module\LlamaModel.cs (1)
71var inputsEmbeds = input.InputEmbeddings;
Microsoft.ML.GenAI.Phi (2)
Module\Phi3Model.cs (1)
68var inputsEmbeds = input.InputEmbeddings;
Phi2\Phi2ForCasualLM.cs (1)
40var inputEmbeddings = input.InputEmbeddings;