1 write to _valueType
Microsoft.ML.OnnxTransformer (1)
OnnxMapType.cs (1)
70
_valueType
= valueType;
5 references to _valueType
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);