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