Searched refs:cell_bw (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
D | rnn.py | 101 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/ |
D | rnn.py | 280 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/ |
D | models.py | 218 cell_bw, argument 265 if not isinstance(cell_bw, contrib_rnn.RNNCell): 282 cell_bw,
|
/external/tensorflow/tensorflow/python/ops/ |
D | rnn.py | 355 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/ |
D | functional_rnn.py | 323 cell_bw, argument 422 cell=cell_bw,
|
/external/tensorflow/tensorflow/contrib/recurrent/python/kernel_tests/ |
D | functional_rnn_test.py | 112 cell_bw=cell,
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.nn.pbtxt | 57 …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/ |
D | mirrored_strategy_multigpu_test.py | 737 cell_bw = rnn_cell_impl.LSTMCell(300) 740 cell_bw,
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | rnn_cell_test.py | 1340 cell_bw = rnn_cell.LSTMCell( 1349 cell_bw, 1464 cell_bw = rnn_cell.LSTMCell( 1476 cell_bw,
|