tf.raw_ops.Exit

Exits the current frame to its parent frame.

Exit makes its input data available to the parent frame.

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

A Tensor. Has the same type as data.