Skip to content

Commit e3fb72c

Browse files
committed
StackLayer, extend doc
1 parent bd74a5f commit e3fb72c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

returnn/tf/layers/basic.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5038,6 +5038,9 @@ def get_out_data_from_opts(cls, axis, enforce_batch_dim_axis=None, allow_no_op=F
50385038
class StackLayer(LayerBase):
50395039
"""
50405040
Stacks multiple inputs together using :func:`tf.stack`.
5041+
This creates a new dimension for the stack.
5042+
5043+
For concatenation (in feature dimension), see :class:`CopyLayer`.
50415044
"""
50425045
layer_class = "stack"
50435046

0 commit comments

Comments
 (0)