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