View source on GitHub |
Join a sequence of tensors along an existing axis.
tf.keras.ops.concatenate(
xs, axis=0
)
Args | |
---|---|
xs
|
The sequence of tensors to concatenate. |
axis
|
The axis along which the tensors will be joined. Defaults to 0 .
|
Returns | |
---|---|
The concatenated tensor. |