4 writes to I
Microsoft.ML.OnnxConverter (4)
OnnxMl.cs (2)
730I = other.I; 792I = input.ReadInt64();
OnnxUtils.cs (2)
77attribute.I = (int)value; 113attribute.I = value;
10 references to I
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
532if (I != other.I) return false; 555if (I != 0L) hash ^= I.GetHashCode(); 592if (I != 0L) 595output.WriteInt64(I); 668if (I != 0L) 670size += 1 + pb::CodedOutputStream.ComputeInt64Size(I); 728if (other.I != 0L) 730I = other.I;