![]() |
Removes a 1-dimension from the tensor at index "axis".
Aliases:
tf.keras.backend.squeeze(
x,
axis
)
Arguments:
x
: A tensor or variable.axis
: Axis to drop.
Returns:
A tensor with the same data as x
but reduced dimensions.
![]() |
Removes a 1-dimension from the tensor at index "axis".
tf.keras.backend.squeeze(
x,
axis
)
x
: A tensor or variable.axis
: Axis to drop.A tensor with the same data as x
but reduced dimensions.