Home
last modified time | relevance | path

Searched defs:cell_call_fn (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/layers/legacy_rnn/
Drnn_cell_wrapper_impl.py254 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
Drnn_cell_impl.py1123 def _call_wrapped_cell(self, inputs, state, cell_call_fn, **kwargs): argument