Home
last modified time | relevance | path

Searched refs:inputs_lengths (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Dfunctional_rnn.py222 total_time, inputs_lengths, is_reversed): argument
248 if inputs_lengths is None or is_reversed:
259 tf_state = _PickFinalStateFromHistory(acc_state, inputs_lengths)
267 if inputs_lengths is not None:
269 tf_output = _ApplyLengthsToBatch(inputs_lengths, tf_output)