2 writes to Version
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
5910
Version
= other.Version;
5933
Version
= input.ReadInt64();
10 references to Version
Microsoft.ML.OnnxTransformer (10)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (10)
5836
if (
Version
!= other.
Version
) return false;
5845
if (
Version
!= 0L) hash ^=
Version
.GetHashCode();
5867
if (
Version
!= 0L)
5870
output.WriteInt64(
Version
);
5886
if (
Version
!= 0L)
5888
size += 1 + pb::CodedOutputStream.ComputeInt64Size(
Version
);
5908
if (other.
Version
!= 0L)
5910
Version = other.
Version
;