Pads the middle dimension of a 3D tensor.
Compat aliases for migration
See Migration guide for more details.
tf.compat.v1.keras.backend.temporal_padding, tf.compat.v2.keras.backend.temporal_padding
tf.compat.v1.keras.backend.temporal_padding
tf.compat.v2.keras.backend.temporal_padding
tf.keras.backend.temporal_padding( x, padding=(1, 1) )
x
padding
A padded 3D tensor.