Home
last modified time | relevance | path

Searched refs:cell_bw (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)):
112 cell_bw,
220 for i, (cell_fw, cell_bw) in enumerate(zip(cells_fw, cells_bw)):
231 cell_bw,
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/
Drnn.py280 cell_bw, argument
365 rnn_cell_impl.assert_like_rnncell("cell_bw", cell_bw)
410 cell=cell_bw,
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmodels.py218 cell_bw, argument
265 if not isinstance(cell_bw, contrib_rnn.RNNCell):
282 cell_bw,
/external/tensorflow/tensorflow/python/ops/
Drnn.py355 def bidirectional_dynamic_rnn(cell_fw, cell_bw, inputs, sequence_length=None, argument
434 rnn_cell_impl.assert_like_rnncell("cell_bw", cell_bw)
472 cell=cell_bw, inputs=inputs_reverse, sequence_length=sequence_length,
1501 cell_bw, argument
1550 rnn_cell_impl.assert_like_rnncell("cell_bw", cell_bw)
1571 cell_bw,
/external/tensorflow/tensorflow/contrib/recurrent/python/ops/
Dfunctional_rnn.py323 cell_bw, argument
422 cell=cell_bw,
/external/tensorflow/tensorflow/contrib/recurrent/python/kernel_tests/
Dfunctional_rnn_test.py112 cell_bw=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.py737 cell_bw = rnn_cell_impl.LSTMCell(300)
740 cell_bw,
/external/tensorflow/tensorflow/python/kernel_tests/
Drnn_cell_test.py1340 cell_bw = rnn_cell.LSTMCell(
1349 cell_bw,
1464 cell_bw = rnn_cell.LSTMCell(
1476 cell_bw,