Exits the current frame to its parent frame.
tf.raw_ops.RefExit(
data, name=None
)
Exit makes its input data
available to the parent frame.
Args | |
---|---|
data
|
A mutable Tensor .
The tensor to be made available to the parent frame.
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A mutable Tensor . Has the same type as data .
|