Clone 函数功能拷贝Tensor。 函数原型Tensor Clone() const; 参数说明无。 返回值 参数名 类型 描述 - Tensor 返回拷贝的Tensor对象。 异常处理无。 约束说明无。 父主题: Tensor类