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

Method _FProp

lingvo/tasks/mt/decoder.py:2512–2620  ·  view source on GitHub ↗

Decodes `targets` given encoded source. Args: theta: A `.NestedMap` object containing weights' values of this layer and its children layers. encoder_outputs: A '.NestedMap' object computed by encoder. * encoded - Source encoding of shape [source_time, source_batch, d

(self, theta, encoder_outputs, targets)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

ComputePredictionsMethod · 0.95

Calls 4

EmbLookupMethod · 0.45
FPropWithPositionMethod · 0.45
FPropMethod · 0.45

Tested by

no test coverage detected