2 writes to KeyType
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
5286KeyType = other.KeyType; 5312KeyType = input.ReadInt32();
13 references to KeyType
Microsoft.ML.OnnxTransformer (13)
OnnxTypeParser.cs (3)
103Type keyType = GetNativeScalarType(typeProto.MapType.KeyType); 253var keyType = GetNativeScalarType(typeProto.MapType.KeyType); 363var keyType = GetNativeScalarType(typeProto.MapType.KeyType);
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (10)
5215if (KeyType != other.KeyType) return false; 5224if (KeyType != 0) hash ^= KeyType.GetHashCode(); 5242if (KeyType != 0) 5245output.WriteInt32(KeyType); 5262if (KeyType != 0) 5264size += 1 + pb::CodedOutputStream.ComputeInt32Size(KeyType); 5284if (other.KeyType != 0) 5286KeyType = other.KeyType;