Deprecated, use StackPopV2.
tf.raw_ops.StackPop(
handle, elem_type, name=None
)
Args | |
---|---|
handle
|
A Tensor of type mutable string .
|
elem_type
|
A tf.DType .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type elem_type .
|