• Concatenates a list of tf.Tensor4Ds along an axis. See concat for details.

    Parameters

    • tensors: (TensorLike | Tensor4D)[]

      A list of tf.Tensors to concatenate.

    • axis: number

      The axis to concate along.

    Returns Tensor4D

    The concatenated array.

Generated using TypeDoc