Apply the stacking to inputs along the time axis. Args: inputs: The inputs tensor. It is expected to be of shape [batch, time, feature]. paddings: Optional paddings tensor. It is expected to be of shape [batch, time, 1], where all but the last dimension match inputs.
(
self, inputs: tf.Tensor, paddings: Optional[tf.Tensor] = None
)
source not stored for this graph (policy: none)