MCPcopy 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
1393def _runtime(runtime_name):
1394 with ops.device('/cpu:0'):
1395 return constant_op.constant(
1396 runtime_name, dtype=dtypes.float32, name='runtime')

Callers 6

callMethod · 0.85
standard_gruFunction · 0.85
cudnn_gruFunction · 0.85
callMethod · 0.85
standard_lstmFunction · 0.85
cudnn_lstmFunction · 0.85

Calls 2

deviceMethod · 0.45
constantMethod · 0.45

Tested by

no test coverage detected