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

Method _FProp

lingvo/tasks/mt/decoder.py:1457–1610  ·  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 computed by encoder. Expected to contain: encoded - source encoding. When `p.is_transparent` is F

(self, theta, encoder_outputs, targets)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

ComputePredictionsMethod · 0.95
_testExtendStepMethod · 0.45
testDecoderExtendStepMethod · 0.45

Calls 7

_ZeroOutFirstTimeStepMethod · 0.95
_RemoveEOSProbsMethod · 0.95
_AddAttenProbsSummaryMethod · 0.95
_ExpandToNumHypsMethod · 0.80
EmbLookupMethod · 0.45
FPropWithPositionMethod · 0.45
FPropMethod · 0.45

Tested by 2

_testExtendStepMethod · 0.36
testDecoderExtendStepMethod · 0.36