5 references to TypeParsingUtils
Microsoft.ML.Data (4)
DataLoadSave\Text\TextLoader.cs (2)
164if (!TypeParsingUtils.TryParseDataKind(rgstr[istr++], out kind, out KeyCount)) 772itemType = TypeParsingUtils.ConstructKeyType(col.Type, col.KeyCount);
Transforms\TypeConverting.cs (2)
89if (!TypeParsingUtils.TryParseDataKind(extra, out InternalDataKind kind, out KeyCount)) 357itemType = TypeParsingUtils.ConstructKeyType(kind, keyCount);
Microsoft.ML.Parquet (1)
PartitionedFileLoader.cs (1)
122if (kindStr != null && TypeParsingUtils.TryParseDataKind(kindStr, out InternalDataKind parsedKind, out var keyCount))