MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / __init__

Method __init__

tensorflow/python/ops/rnn_cell_impl.py:1191–1192  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1189 _RNNCellWrapperV1):
1190
1191 def __init__(self, *args, **kwargs): # pylint: disable=useless-super-delegation
1192 super(DeviceWrapper, self).__init__(*args, **kwargs)
1193
1194 __init__.__doc__ = rnn_cell_wrapper_impl.DeviceWrapperBase.__init__.__doc__
1195

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected