Stack

class baikal.steps.Stack(axis=-1, name=None)

Bases: baikal._core.step.Step

Step for stacking arrays.

Parameters
  • axis – The axis parameter specifies the index of the new axis in the dimensions of the result (default is -1).

  • name – Name of the step (optional). If no name is passed, a name will be automatically generated.