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