1 write to graphs_
Microsoft.ML.OnnxConverter (1)
OnnxMl.cs (1)
247graphs_ = other.graphs_.Clone();
10 references to graphs_
Microsoft.ML.OnnxConverter (10)
OnnxMl.cs (10)
247graphs_ = other.graphs_.Clone(); 493get { return graphs_; } 541if (!graphs_.Equals(other.graphs_)) return false; 564hash ^= graphs_.GetHashCode(); 616graphs_.WriteTo(output, _repeated_graphs_codec); 692size += graphs_.CalculateSize(_repeated_graphs_codec); 764graphs_.Add(other.graphs_); 842graphs_.AddEntriesFrom(input, _repeated_graphs_codec);