1 write to LoadType
Microsoft.ML.Data (1)
Scorers\PredictionTransformer.cs (1)
852
LoadType
= loadtype;
3 references to LoadType
Microsoft.ML.Data (3)
Scorers\PredictionTransformer.cs (3)
830
if (att.
LoadType
.IsGenericType && att.
LoadType
.GetGenericArguments().Length == modelType.GetGenericArguments().Length)
837
Type genericType = att.
LoadType
;