Implemented interface member:
2 references to Clone
Microsoft.ML.OnnxConverter (2)
OnnxMl.cs (2)
241
g_ = other.g_ != null ? other.g_.
Clone
() : null;
1557
graph_ = other.graph_ != null ? other.graph_.
Clone
() : null;