Home
last modified time | relevance | path

Searched refs:call_cell (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Drnn.py154 call_cell, argument
241 new_output, new_state = call_cell()
262 new_output, new_state = call_cell()
915 call_cell = lambda: cell(input_t, state) function
925 call_cell=call_cell,
929 (output, new_state) = call_cell()
1467 call_cell = lambda: cell(input_, state) function
1477 call_cell=call_cell,
1480 (output, state) = call_cell()