1 write to ints_
Microsoft.ML.OnnxConverter (1)
OnnxMl.cs (1)
244
ints_
= other.ints_.Clone();
10 references to ints_
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
244
ints_ = other.
ints_
.Clone();
451
get { return
ints_
; }
538
if (!
ints_
.Equals(other.
ints_
)) return false;
561
hash ^=
ints_
.GetHashCode();
613
ints_
.WriteTo(output, _repeated_ints_codec);
689
size +=
ints_
.CalculateSize(_repeated_ints_codec);
761
ints_
.Add(other.
ints_
);
827
ints_
.AddEntriesFrom(input, _repeated_ints_codec);