ColumnConcatenation =================== Translates slice objects to concatenation along the second axis (np.c_). **Abstract Signature:** ``ColumnConcatenation(arrays)`` .. raw:: html

PyTorch

API:
Strategy: Custom / Partial

JAX (Core)

API: jax.numpy.c_
Strategy: Direct Mapping

NumPy

API: numpy.c_
Strategy: Plugin (numpy_c_indexer)

Keras

API:
Strategy: Custom / Partial

TensorFlow

API:
Strategy: Custom / Partial

Apple MLX

API:
Strategy: Custom / Partial

Flax NNX

API: jax.numpy.c_
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.c_
Strategy: Direct Mapping