1 write to _keyType
Microsoft.ML.OnnxTransformer (1)
OnnxMapType.cs (1)
69
_keyType
= keyType;
5 references to _keyType
Microsoft.ML.OnnxTransformer (5)
OnnxMapType.cs (5)
79
return
_keyType
.Equals(otherSequence.
_keyType
) && _valueType.Equals(otherSequence._valueType);
88
return Hashing.CombineHash(
_keyType
.GetHashCode(), _valueType.GetHashCode());
97
var type = enumerableType.MakeGenericType(
_keyType
, _valueType);
98
DataViewTypeManager.Register(new OnnxMapType(
_keyType
, _valueType), type, this);