4 references to GetPrimitiveType
Microsoft.ML.Data (4)
Transforms\ValueMapping.cs (4)
263var keyType = GetPrimitiveType(typeof(TKey), out bool isKeyVectorType); 264var valueType = GetPrimitiveType(typeof(TValue), out bool isValueVectorType); 281var keyType = GetPrimitiveType(typeof(TKey), out bool isKeyVectorType); 282var valueType = GetPrimitiveType(typeof(TValue), out bool isValueVectorType);