tf.keras.backend.clip

Element-wise value clipping.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.clip

x Tensor or variable.
min_value Python float, integer, or tensor.
max_value Python float, integer, or tensor.

A tensor.