Home
last modified time | relevance | path

Searched defs:cell_output (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Drnn_cell_test.py2066 def loop_fn(time_, cell_output, cell_state, unused_loop_state): argument
2175 def loop_fn(time_, cell_output, cell_state, loop_state): argument
2212 def loop_fn(time_, cell_output, cell_state, loop_state): argument
2259 def loop_fn(time_, cell_output, cell_state, _): argument
2328 def loop_fn(time_, cell_output, cell_state, unused_loop_state): argument
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Dattention_wrapper.py2037 def _compute_attention(attention_mechanism, cell_output, attention_state, argument