Deprecated, use StackV2.
tf.raw_ops.Stack(
elem_type, stack_name='', name=None
)
Args | |
---|---|
elem_type
|
A tf.DType .
|
stack_name
|
An optional string . Defaults to "" .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type mutable string .
|