Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ step
Method
step
tensorflow/python/keras/layers/recurrent_v2.py:327–328 ·
view source on GitHub ↗
(cell_inputs, cell_states)
Source
from the content-addressed store, hash-verified
325
self.cell.reset_recurrent_dropout_mask()
326
327
def
step(cell_inputs, cell_states):
328
return
self.cell.call(cell_inputs, cell_states, **kwargs)
329
330
last_output, outputs, states = K.rnn(
331
step,
Callers
nothing calls this directly
Calls
1
call
Method · 0.45
Tested by
no test coverage detected