clone function

Tensor clone(
  1. Tensor tensor
)

Implementation

Tensor clone(Tensor tensor) {
  return tensor.clone();
}