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

Method __init__

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

Source from the content-addressed store, hash-verified

1168 """Operator adding dropout to inputs and outputs of the given cell."""
1169
1170 def __init__(self, *args, **kwargs): # pylint: disable=useless-super-delegation
1171 super(DropoutWrapper, self).__init__(*args, **kwargs)
1172
1173 __init__.__doc__ = rnn_cell_wrapper_impl.DropoutWrapperBase.__init__.__doc__
1174

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected