Element-wise value clipping.
Compat aliases for migration
See Migration guide for more details.
tf.compat.v1.keras.backend.clip, tf.compat.v2.keras.backend.clip
tf.compat.v1.keras.backend.clip
tf.compat.v2.keras.backend.clip
tf.keras.backend.clip( x, min_value, max_value )
x
min_value
max_value
A tensor.