# This file is MACHINE GENERATED! Do not edit.
# Generated by: tensorflow/python/tools/api/generator2/generator/generator.py script.
"""Public API for tf._api.v2.config.experimental namespace
"""

import sys as _sys

from tensorflow.python.eager.context import LogicalDeviceConfiguration as VirtualDeviceConfiguration # line: 409
from tensorflow.python.framework.config import disable_mlir_bridge # line: 938
from tensorflow.python.framework.config import enable_mlir_bridge # line: 927
from tensorflow.python.framework.config import enable_op_determinism # line: 944
from tensorflow.python.framework.config import enable_tensor_float_32_execution # line: 50
from tensorflow.python.framework.config import get_device_details # line: 769
from tensorflow.python.framework.config import get_device_policy # line: 316
from tensorflow.python.framework.config import get_memory_growth # line: 712
from tensorflow.python.framework.config import get_memory_info # line: 583
from tensorflow.python.framework.config import get_memory_usage # line: 676
from tensorflow.python.framework.config import get_synchronous_execution # line: 390
from tensorflow.python.framework.config import get_logical_device_configuration as get_virtual_device_configuration # line: 814
from tensorflow.python.framework.config import get_visible_devices # line: 512
from tensorflow.python.framework.config import list_logical_devices # line: 473
from tensorflow.python.framework.config import list_physical_devices # line: 428
from tensorflow.python.framework.config import reset_memory_stats # line: 632
from tensorflow.python.framework.config import set_device_policy # line: 344
from tensorflow.python.framework.config import set_memory_growth # line: 741
from tensorflow.python.framework.config import set_synchronous_execution # line: 403
from tensorflow.python.framework.config import set_logical_device_configuration as set_virtual_device_configuration # line: 855
from tensorflow.python.framework.config import set_visible_devices # line: 545
from tensorflow.python.framework.config import tensor_float_32_execution_enabled # line: 31
from tensorflow.python.training.server_lib import ClusterDeviceFilters # line: 495
