Deprecated, use StackPushV2.
tf.raw_ops.StackPush(
handle, elem, swap_memory=False, name=None
)
Args | |
---|---|
handle
|
A Tensor of type mutable string .
|
elem
|
A Tensor .
|
swap_memory
|
An optional bool . Defaults to False .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor . Has the same type as elem .
|