5 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);
Microsoft.ML.Parquet (1)
PartitionedFileLoader.cs (1)
122
if (kindStr != null &&
TypeParsingUtils
.TryParseDataKind(kindStr, out InternalDataKind parsedKind, out var keyCount))