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