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:920–921 ·
view source on GitHub ↗
(inputs, states)
Source
from the content-addressed store, hash-verified
918
self.cell.reset_recurrent_dropout_mask()
919
920
def
step(inputs, states):
921
return
self.cell.call(inputs, states, **kwargs)
922
923
last_output, outputs, states = K.rnn(
924
step,
Callers
nothing calls this directly
Calls
1
call
Method · 0.45
Tested by
no test coverage detected