Implemented interface member:
property
Model
Microsoft.ML.GenAI.Core.ICausalLMPipeline.Model
2 writes to Model
Microsoft.ML.GenAI.Core (2)
Pipeline\CausalLMPipeline.cs (2)
102
this.
Model
= model;
112
this.
Model
= default!;
3 references to Model
Microsoft.ML.GenAI.Core (3)
Pipeline\CausalLMPipeline.cs (3)
82
public TModel TypedModel { get => (TModel)base.
Model
; }
150
var output = this.
Model
.forward(input);
159
var output = this.
Model
.forward(input);