Module: tf.keras.config | TensorFlow v2.16.1 (original) (raw)
DO NOT EDIT.
This file was autogenerated. Do not edit it by hand, since your modifications would be overwritten.
Functions
backend(...): Publicly accessible method for determining the current backend.
disable_interactive_logging(...): Turn off interactive logging.
disable_traceback_filtering(...): Turn off traceback filtering.
dtype_policy(...): Returns the current default dtype policy object.
enable_interactive_logging(...): Turn on interactive logging.
enable_traceback_filtering(...): Turn on traceback filtering.
enable_unsafe_deserialization(...): Disables safe mode globally, allowing deserialization of lambdas.
epsilon(...): Return the value of the fuzz factor used in numeric expressions.
floatx(...): Return the default float type, as a string.
image_data_format(...): Return the default image data format convention.
is_interactive_logging_enabled(...): Check if interactive logging is enabled.
is_traceback_filtering_enabled(...): Check if traceback filtering is enabled.
set_backend(...): Reload the backend (and the Keras package).
set_dtype_policy(...): Sets the default dtype policy globally.
set_epsilon(...): Set the value of the fuzz factor used in numeric expressions.
set_floatx(...): Set the default float dtype.
set_image_data_format(...): Set the value of the image data format convention.