2 references to GetNewType
Microsoft.ML.Data (2)
Transforms\TypeConverting.cs (2)
419if (!GetNewType(ectx, srcType, kind, keyCount, out itemType)) 630if (!TypeConvertingTransformer.GetNewType(Host, col.ItemType, colInfo.OutputKind.ToInternalDataKind(), colInfo.OutputKeyCount, out PrimitiveDataViewType newType))