tf.raw_ops.DeepCopy

Makes a copy of x.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.DeepCopy

x A Tensor. The source tensor of type T.
name A name for the operation (optional).

A Tensor. Has the same type as x.