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