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