2 references to _typeToKindMap
Microsoft.ML.OnnxTransformer (2)
OnnxUtils.cs (2)
581
if (!
_typeToKindMap
.ContainsKey(type))
583
return ColumnTypeExtensions.PrimitiveTypeFromKind(
_typeToKindMap
[type]);