tf.keras.ops.hstack

Stack tensors in sequence horizontally (column wise).

This is equivalent to concatenation along the first axis for 1-D tensors, and along the second axis for all other tensors.

xs Sequence of tensors.

The tensor formed by stacking the given tensors.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.