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