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