Implemented interface member:
3 references to Clone
Microsoft.ML.OnnxConverter (3)
OnnxMl.cs (3)
944type_ = other.type_ != null ? other.type_.Clone() : null; 4981elemType_ = other.elemType_ != null ? other.elemType_.Clone() : null; 5154valueType_ = other.valueType_ != null ? other.valueType_.Clone() : null;