6 references to Models
Microsoft.ML.EntryPoints (6)
ModelOperations.cs (6)
90host.CheckNonEmpty(input.Models, nameof(input.Models)); 92TransformModel model = input.Models[input.Models.Length - 1]; 93for (int i = input.Models.Length - 2; i >= 0; i--) 94model = model.Apply(env, input.Models[i]);