MCPcopy Create free account
hub / github.com/tensorflow/lingvo / _ApplyStack

Method _ApplyStack

lingvo/core/layers.py:2067–2115  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

FPropMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected