4 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);