expand_dims =========== Expands the shape of an array by inserting a new axis (dimension) of size one at the position specified by ``axis``. **Abstract Signature:** ``expand_dims(x: array, axis: int)`` .. raw:: html
jax.numpy.expand_dims
numpy.expand_dims
keras.ops.numpy.expand_dims
tf.expand_dims
mlx.core.expand_dims