Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent_v2.py443 def step(cell_inputs, cell_states): argument
444 return self.cell(cell_inputs, cell_states, **kwargs)
589 def step(cell_inputs, cell_states): argument
594 matrix_x = K.dot(cell_inputs, kernel)
1374 def step(cell_inputs, cell_states): argument
1379 z = K.dot(cell_inputs, kernel)