description: Makes a copy of x.
robots: noindex
Makes a copy of x
.
tf.raw_ops.DeepCopy(
x, name=None
)
Args | |
---|---|
x
|
A Tensor . The source tensor of type T .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor . Has the same type as x .
|