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

Method __init__

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

Source from the content-addressed store, hash-verified

1179 """RNNCell wrapper that ensures cell inputs are added to the outputs."""
1180
1181 def __init__(self, *args, **kwargs): # pylint: disable=useless-super-delegation
1182 super(ResidualWrapper, self).__init__(*args, **kwargs)
1183
1184 __init__.__doc__ = rnn_cell_wrapper_impl.ResidualWrapperBase.__init__.__doc__
1185

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected