jax-js
    Preparing search index...

    Function concatenate

    • Join a sequence of arrays along an existing axis.

      The arrays must have the same shape, except in the dimension corresponding to axis (the first, by default).

      No scalars can be passed to this function, as the axis is then ambiguous.

      Parameters

      • xs: Array[]
      • axis: number = 0

      Returns Array