tf.keras.backend.expand_dims

Adds a 1-sized dimension at index "axis".

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.expand_dims

x A tensor or variable.
axis Position where to add a new axis.

A tensor with expanded dimensions.