MCPcopy Create free account
hub / github.com/alibaba/nann / dynamic_decode

Function dynamic_decode

tensorflow/tensorflow/contrib/seq2seq/python/ops/decoder.py:282–486  ·  view source on GitHub ↗

Perform dynamic decoding with `decoder`. Calls initialize() once and step() repeatedly on the Decoder object. Args: decoder: A `Decoder` instance. output_time_major: Python boolean. Default: `False` (batch major). If `True`, outputs are returned as time major tensors (this mode

(decoder,
                   output_time_major=False,
                   impute_finished=False,
                   maximum_iterations=None,
                   parallel_iterations=32,
                   swap_memory=False,
                   scope=None,
                   **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

callMethod · 0.85

Calls 14

TypeErrorFunction · 0.85
typeFunction · 0.85
_create_zero_outputsFunction · 0.85
variable_scopeMethod · 0.80
executing_eagerlyMethod · 0.80
set_caching_deviceMethod · 0.80
get_shapeMethod · 0.45
initializeMethod · 0.45
popMethod · 0.45
constantMethod · 0.45
while_loopMethod · 0.45

Tested by

no test coverage detected