Module: tf.config | TensorFlow v2.16.1 (original) (raw)
Module: tf.config
Stay organized with collections Save and categorize content based on your preferences.
Public API for tf._api.v2.config namespace
Modules
experimental module: Public API for tf._api.v2.config.experimental namespace
optimizer module: Public API for tf._api.v2.config.optimizer namespace
threading module: Public API for tf._api.v2.config.threading namespace
Classes
class LogicalDevice: Abstraction for a logical device initialized by the runtime.
class LogicalDeviceConfiguration: Configuration class for a logical devices.
class PhysicalDevice: Abstraction for a locally visible physical device.
Functions
experimental_connect_to_cluster(...): Connects to the given cluster.
experimental_connect_to_host(...): Connects to a single machine to enable remote execution on it.
experimental_functions_run_eagerly(...): Returns the value of the experimental_run_functions_eagerly
setting. (deprecated)
experimental_run_functions_eagerly(...): Enables / disables eager execution of tf.functions. (deprecated)
functions_run_eagerly(...): Returns the value of the run_functions_eagerly
setting.
get_logical_device_configuration(...): Get the virtual device configuration for a tf.config.PhysicalDevice.
get_soft_device_placement(...): Return status of soft device placement flag.
get_visible_devices(...): Get the list of visible physical devices.
list_logical_devices(...): Return a list of logical devices created by runtime.
list_physical_devices(...): Return a list of physical devices visible to the host runtime.
run_functions_eagerly(...): Enables / disables eager execution of tf.functions.
set_logical_device_configuration(...): Set the logical device configuration for a tf.config.PhysicalDevice.
set_soft_device_placement(...): Enable or disable soft device placement.
set_visible_devices(...): Set the list of visible devices.