tf.keras.backend.squeeze

TensorFlow 1 version View source on GitHub

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

x A tensor or variable.
axis Axis to drop.

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