Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 436 Bytes

File metadata and controls

19 lines (13 loc) · 436 Bytes

stack

Stack operators along a dimension. Each input must be the same rank, and the returned operator has a rank increase of one where the new dimension reflects the stacked operators.

.. doxygenfunction:: stack

Examples

.. literalinclude:: ../../../../test/00_operators/stack_test.cu
   :language: cpp
   :start-after: example-begin stack-test-1
   :end-before: example-end stack-test-1
   :dedent: