Searched refs:state_keep_prob (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/keras/layers/legacy_rnn/ |
D | rnn_cell_wrapper_impl.py | 45 state_keep_prob=1.0, argument 124 (state_keep_prob, "state_keep_prob"),
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | rnn_cell_test.py | 3159 input_keep_prob=keep, output_keep_prob=keep, state_keep_prob=keep, 3174 input_keep_prob=keep, output_keep_prob=keep, state_keep_prob=keep, 3196 state_keep_prob=keep_some, 3205 state_keep_prob=keep_some, 3221 state_keep_prob=keep_all, 3241 state_keep_prob=keep_none, 3268 state_keep_prob=keep_all, 3281 state_keep_prob=keep_all, 3298 state_keep_prob=keep_some, 3330 state_keep_prob=keep_some, [all …]
|