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