Searched refs:call_cell (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | rnn.py | 174 zero_output, state, call_cell, state_size, skip_conditionals=False): argument 257 new_output, new_state = call_cell() 276 new_output, new_state = call_cell() 833 call_cell = lambda: cell(input_t, state) function 843 call_cell=call_cell, 847 (output, new_state) = call_cell() 1382 call_cell = lambda: cell(input_, state) function 1392 call_cell=call_cell, 1395 (output, state) = call_cell()
|