tf.raw_ops.Exit

Exits the current frame to its parent frame.

Exit makes its input data available to the parent frame.

data A Tensor. The tensor to be made available to the parent frame.
name A name for the operation (optional).

A Tensor. Has the same type as data.