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