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