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