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