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