tf.identity

tf.identity(
    input,
    name=None
)

Defined in tensorflow/python/ops/array_ops.py.

Return a tensor with the same shape and contents as input.

Args:

  • input: A Tensor.
  • name: A name for the operation (optional).

Returns:

A Tensor. Has the same type as input.