Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorflow/_api/v2/compat/v2/config/experimental/__init__.py: 100%

25 statements  

« 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""" 

5 

6import sys as _sys 

7 

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_op_determinism 

12from tensorflow.python.framework.config import enable_tensor_float_32_execution 

13from tensorflow.python.framework.config import get_device_details 

14from tensorflow.python.framework.config import get_device_policy 

15from tensorflow.python.framework.config import get_logical_device_configuration as get_virtual_device_configuration 

16from tensorflow.python.framework.config import get_memory_growth 

17from tensorflow.python.framework.config import get_memory_info 

18from tensorflow.python.framework.config import get_memory_usage 

19from tensorflow.python.framework.config import get_synchronous_execution 

20from tensorflow.python.framework.config import get_visible_devices 

21from tensorflow.python.framework.config import list_logical_devices 

22from tensorflow.python.framework.config import list_physical_devices 

23from tensorflow.python.framework.config import reset_memory_stats 

24from tensorflow.python.framework.config import set_device_policy 

25from tensorflow.python.framework.config import set_logical_device_configuration as set_virtual_device_configuration 

26from tensorflow.python.framework.config import set_memory_growth 

27from tensorflow.python.framework.config import set_synchronous_execution 

28from tensorflow.python.framework.config import set_visible_devices 

29from tensorflow.python.framework.config import tensor_float_32_execution_enabled 

30from tensorflow.python.training.server_lib import ClusterDeviceFilters