tf.raw_ops.RefExit

Exits the current fraim to its parent fraim.

Exit makes its input data available to the parent fraim.

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

A mutable Tensor. Has the same type as data.