Implemented interface member:
3 references to Clone
Microsoft.ML.OnnxConverter (3)
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;