Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorflow/_api/v2/compat/v1/config/experimental/__init__.py: 100%
24 statements
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
1# This file is MACHINE GENERATED! Do not edit.
2# Generated by: tensorflow/python/tools/api/generator/create_python_api.py script.
3"""Public API for tf.config.experimental namespace.
4"""
6import sys as _sys
8from tensorflow.python.eager.context import LogicalDeviceConfiguration as VirtualDeviceConfiguration
9from tensorflow.python.framework.config import disable_mlir_bridge
10from tensorflow.python.framework.config import enable_mlir_bridge
11from tensorflow.python.framework.config import enable_tensor_float_32_execution
12from tensorflow.python.framework.config import get_device_details
13from tensorflow.python.framework.config import get_device_policy
14from tensorflow.python.framework.config import get_logical_device_configuration as get_virtual_device_configuration
15from tensorflow.python.framework.config import get_memory_growth
16from tensorflow.python.framework.config import get_memory_info
17from tensorflow.python.framework.config import get_memory_usage
18from tensorflow.python.framework.config import get_synchronous_execution
19from tensorflow.python.framework.config import get_visible_devices
20from tensorflow.python.framework.config import list_logical_devices
21from tensorflow.python.framework.config import list_physical_devices
22from tensorflow.python.framework.config import reset_memory_stats
23from tensorflow.python.framework.config import set_device_policy
24from tensorflow.python.framework.config import set_logical_device_configuration as set_virtual_device_configuration
25from tensorflow.python.framework.config import set_memory_growth
26from tensorflow.python.framework.config import set_synchronous_execution
27from tensorflow.python.framework.config import set_visible_devices
28from tensorflow.python.framework.config import tensor_float_32_execution_enabled
29from tensorflow.python.training.server_lib import ClusterDeviceFilters