2 writes to End
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
3588
End
= other.End;
3611
End
= input.ReadInt64();
10 references to End
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
3514
if (
End
!= other.
End
) return false;
3523
if (
End
!= 0L) hash ^=
End
.GetHashCode();
3545
if (
End
!= 0L)
3548
output.WriteInt64(
End
);
3564
if (
End
!= 0L)
3566
size += 1 + pb::CodedOutputStream.ComputeInt64Size(
End
);
3586
if (other.
End
!= 0L)
3588
End = other.
End
;