tf.keras.backend.squeeze

Removes a 1-dimension from the tensor at index "axis".

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.squeeze

x A tensor or variable.
axis Axis to drop.

A tensor with the same data as x but reduced dimensions.