Implemented interface member:
3 references to Clone
Microsoft.ML.OnnxTransformer (3)
src\Microsoft.ML.OnnxConverter\OnnxMl.cs (3)
240t_ = other.t_ != null ? other.t_.Clone() : null; 3658values_ = other.values_ != null ? other.values_.Clone() : null; 3659indices_ = other.indices_ != null ? other.indices_.Clone() : null;