2 writes to KeyType
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
5286
KeyType
= other.KeyType;
5312
KeyType
= input.ReadInt32();
10 references to KeyType
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
5215
if (
KeyType
!= other.
KeyType
) return false;
5224
if (
KeyType
!= 0) hash ^=
KeyType
.GetHashCode();
5242
if (
KeyType
!= 0)
5245
output.WriteInt32(
KeyType
);
5262
if (
KeyType
!= 0)
5264
size += 1 + pb::CodedOutputStream.ComputeInt32Size(
KeyType
);
5284
if (other.
KeyType
!= 0)
5286
KeyType = other.
KeyType
;