Return the same ref tensor as the input ref tensor.
tf.raw_ops.RefIdentity(
input, name=None
)
Args | |
---|---|
input
|
A mutable Tensor .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A mutable Tensor . Has the same type as input .
|