2 writes to I
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
730I = other.I; 792I = input.ReadInt64();
10 references to I
Microsoft.ML.OnnxTransformer (10)
src\Microsoft.ML.OnnxConverter\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;