Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Drnn.py101 for i, (cell_fw, cell_bw) in enumerate(zip(cells_fw, cells_bw)):
111 cell_fw,
220 for i, (cell_fw, cell_bw) in enumerate(zip(cells_fw, cells_bw)):
230 cell_fw,
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/
Drnn.py279 def bidirectional_dynamic_rnn(cell_fw, argument
364 rnn_cell_impl.assert_like_rnncell("cell_fw", cell_fw)
371 cell=cell_fw,
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmodels.py217 def bidirectional_rnn(cell_fw, argument
263 if not isinstance(cell_fw, contrib_rnn.RNNCell):
275 output_fw, state_fw = contrib_rnn.static_rnn(cell_fw, inputs,
/external/tensorflow/tensorflow/python/ops/
Drnn.py355 def bidirectional_dynamic_rnn(cell_fw, cell_bw, inputs, sequence_length=None, argument
433 rnn_cell_impl.assert_like_rnncell("cell_fw", cell_fw)
440 cell=cell_fw, inputs=inputs, sequence_length=sequence_length,
1500 def static_bidirectional_rnn(cell_fw, argument
1549 rnn_cell_impl.assert_like_rnncell("cell_fw", cell_fw)
1560 cell_fw,
/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Dfunctional_rnn.py322 def bidirectional_functional_rnn(cell_fw, argument
392 cell=cell_fw, inputs=inputs, sequence_length=sequence_length,
/external/tensorflow/tensorflow/contrib/recurrent/python/kernel_tests/
Dfunctional_rnn_test.py111 cell_fw=cell,
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.nn.pbtxt57 …argspec: "args=[\'cell_fw\', \'cell_bw\', \'inputs\', \'sequence_length\', \'initial_state_fw\', \…
385 …argspec: "args=[\'cell_fw\', \'cell_bw\', \'inputs\', \'initial_state_fw\', \'initial_state_bw\', …
/external/tensorflow/tensorflow/contrib/distribute/python/
Dmirrored_strategy_multigpu_test.py736 cell_fw = rnn_cell_impl.LSTMCell(300)
739 cell_fw,
/external/tensorflow/tensorflow/python/kernel_tests/
Drnn_cell_test.py1338 cell_fw = rnn_cell.LSTMCell(
1348 cell_fw,
1462 cell_fw = rnn_cell.LSTMCell(
1475 cell_fw,