tf.raw_ops.RefExit

Exits the current frame to its parent frame.

Exit makes its input data available to the parent frame.

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

A mutable Tensor. Has the same type as data.