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

Function _FetchDecodeOut

lingvo/core/program.py:1201–1226  ·  view source on GitHub ↗

Fetch decoder outputs, combining with CPU passthrough tensors if needed. Args: tpu_outs: A list of decoded tensors and list of cpu passthrough tensors in graph mode, or a callable returning such in eager mode. sess: A session to use in graph mode. Returns: A dict containing m

(tpu_outs: Union[List[tf.Tensor], Callable[..., tf.Tensor]],
                    sess=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

_DecodeStepMethod · 0.85
RunMethod · 0.85
_TrainAndDecodeMethod · 0.85

Calls 3

runMethod · 0.80
TransformMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…