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