Searched defs:cell_call_fn (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/keras/layers/legacy_rnn/ |
D | rnn_cell_wrapper_impl.py | 254 def _call_wrapped_cell(self, inputs, state, cell_call_fn, **kwargs): argument 352 def _call_wrapped_cell(self, inputs, state, cell_call_fn, **kwargs): argument 440 def _call_wrapped_cell(self, inputs, state, cell_call_fn, **kwargs): argument
|
D | rnn_cell_impl.py | 1123 def _call_wrapped_cell(self, inputs, state, cell_call_fn, **kwargs): argument
|