1 write to strings_
Microsoft.ML.OnnxConverter (1)
OnnxMl.cs (1)
245
strings_
= other.strings_.Clone();
10 references to strings_
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
245
strings_ = other.
strings_
.Clone();
465
get { return
strings_
; }
539
if (!
strings_
.Equals(other.
strings_
)) return false;
562
hash ^=
strings_
.GetHashCode();
614
strings_
.WriteTo(output, _repeated_strings_codec);
690
size +=
strings_
.CalculateSize(_repeated_strings_codec);
762
strings_
.Add(other.
strings_
);
832
strings_
.AddEntriesFrom(input, _repeated_strings_codec);