tf.raw_ops.RefExit

Exits the current frame to its parent frame.

Exit makes its input data available to the parent frame.

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

A mutable Tensor. Has the same type as data.