tf.keras.backend.dropout

View source on GitHub

Sets entries in x to zero at random, while scaling the entire tensor.

tf.keras.backend.dropout(
    x, level, noise_shape=None, seed=None
)

Arguments:

Returns:

A tensor.