tf.keras.backend.epsilon

TensorFlow 2 version View source on GitHub

Returns the value of the fuzz factor used in numeric expressions.

A float.

Example:

keras.backend.epsilon() >>>1e-07