Return a tensor with the same shape and contents as the input tensor or value.
tf.raw_ops.Identity(
input, name=None
)
Args | |
---|---|
input
|
A Tensor .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor . Has the same type as input .
|