2 writes to Model
Microsoft.ML.GenAI.Core (2)
Pipeline\CausalLMPipeline.cs (2)
98
this.
Model
= model;
108
this.
Model
= default!;
3 references to Model
Microsoft.ML.GenAI.Core (3)
Pipeline\CausalLMPipeline.cs (3)
78
public new TModel Model { get => (TModel)base.
Model
; }
146
var output = this.
Model
.forward(input);
155
var output = this.
Model
.forward(input);