2 writes to graph_
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
1557graph_ = other.graph_ != null ? other.graph_.Clone() : null; 1707graph_ = value;
9 references to graph_
Microsoft.ML.OnnxConverter (9)
OnnxMl.cs (9)
1557graph_ = other.graph_ != null ? other.graph_.Clone() : null; 1704get { return graph_; } 1765if (graph_ != null) hash ^= Graph.GetHashCode(); 1813if (graph_ != null) 1855if (graph_ != null) 1899if (other.graph_ != null) 1901if (graph_ == null) 1954if (graph_ == null)