tf.nn.RNNCellDropoutWrapper

View source on GitHub

Operator adding dropout to inputs and outputs of the given cell.

tf.nn.RNNCellDropoutWrapper(
    *args, **kwargs
)

Args:

Attributes:

Raises:

Methods

get_initial_state

View source

get_initial_state(
    inputs=None, batch_size=None, dtype=None
)

zero_state

View source

zero_state(
    batch_size, dtype
)