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