Function concat

  • Concatenates an array of tensors.

    Returns

    the concatenated tensor

    Parameters

    • t: Tensor[]

      the tensor(s) to be concatenated

    • Optional axis: number

      (optional) the axis to concatenate along

    Returns Tensor

Generated using TypeDoc