MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _map_reverse

Function _map_reverse

tensorflow/python/ops/rnn.py:486–491  ·  view source on GitHub ↗
(inp)

Source from the content-addressed store, hash-verified

484 with vs.variable_scope("bw") as bw_scope:
485
486 def _map_reverse(inp):
487 return _reverse(
488 inp,
489 seq_lengths=sequence_length,
490 seq_axis=time_axis,
491 batch_axis=batch_axis)
492
493 inputs_reverse = nest.map_structure(_map_reverse, inputs)
494 tmp, output_state_bw = dynamic_rnn(

Callers

nothing calls this directly

Calls 1

_reverseFunction · 0.70

Tested by

no test coverage detected