2 writes to KeyType
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
5286KeyType = other.KeyType; 5312KeyType = input.ReadInt32();
10 references to KeyType
Microsoft.ML.OnnxConverter (10)
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;