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