clone method

Tensor2D clone()

Implementation

Tensor2D clone() => Tensor2D(rows, cols, data: Float64List.fromList(data));