Implemented interface member:
2 references to Clone
Microsoft.ML.OnnxTransformer (2)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (2)
4775shape_ = other.shape_ != null ? other.shape_.Clone() : null; 5361shape_ = other.shape_ != null ? other.shape_.Clone() : null;