Searched refs:block_lstm (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/ |
D | lstm_ops_test.py | 41 block_lstm = lstm_ops._block_lstm # pylint: disable=protected-access variable 154 _, _, _, _, _, _, block_outputs_op = block_lstm( 165 _, _, _, _, _, _, block_outputs_op = block_lstm(
|
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
D | lstm_ops.py | 213 i, cs, f, o, ci, co, h = gen_lstm_ops.block_lstm( 699 _, cs, _, _, _, _, h = gen_lstm_ops.block_lstm(
|