The core function to apply the stacking to inputs. Args: inputs: [batch, time, depth]. pad_value: the padding value for left/right context. Returns: [batch, ceil(time / stride), depth * stacking_window_length] tensor.
(self, inputs, pad_value)
source not stored for this graph (policy: none)