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