Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ _runtime
Function
_runtime
tensorflow/python/keras/layers/recurrent_v2.py:1393–1396 ·
view source on GitHub ↗
(runtime_name)
Source
from the content-addressed store, hash-verified
1391
1392
1393
def
_runtime(runtime_name):
1394
with
ops.device(
'/cpu:0'
):
1395
return
constant_op.constant(
1396
runtime_name, dtype=dtypes.float32, name=
'runtime'
)
Callers
6
call
Method · 0.85
standard_gru
Function · 0.85
cudnn_gru
Function · 0.85
call
Method · 0.85
standard_lstm
Function · 0.85
cudnn_lstm
Function · 0.85
Calls
2
device
Method · 0.45
constant
Method · 0.45
Tested by
no test coverage detected