2 writes to Begin
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
3584
Begin
= other.Begin;
3606
Begin
= input.ReadInt64();
10 references to Begin
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
3513
if (
Begin
!= other.
Begin
) return false;
3522
if (
Begin
!= 0L) hash ^=
Begin
.GetHashCode();
3540
if (
Begin
!= 0L)
3543
output.WriteInt64(
Begin
);
3560
if (
Begin
!= 0L)
3562
size += 1 + pb::CodedOutputStream.ComputeInt64Size(
Begin
);
3582
if (other.
Begin
!= 0L)
3584
Begin = other.
Begin
;