4 writes to I
Microsoft.ML.OnnxConverter (4)
OnnxMl.cs (2)
730
I
= other.I;
792
I
= input.ReadInt64();
OnnxUtils.cs (2)
77
attribute.
I
= (int)value;
113
attribute.
I
= value;
10 references to I
Microsoft.ML.OnnxConverter (10)
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
;