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

18 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"""Testing. 

4""" 

5 

6import sys as _sys 

7 

8from . import experimental 

9from tensorflow.python.framework.test_util import TensorFlowTestCase as TestCase 

10from tensorflow.python.framework.test_util import assert_equal_graph_def_v2 as assert_equal_graph_def 

11from tensorflow.python.framework.test_util import create_local_cluster 

12from tensorflow.python.framework.test_util import gpu_device_name 

13from tensorflow.python.framework.test_util import is_gpu_available 

14from tensorflow.python.framework.test_util import with_eager_op_as_function 

15from tensorflow.python.ops.gradient_checker_v2 import compute_gradient 

16from tensorflow.python.platform.benchmark import TensorFlowBenchmark as Benchmark 

17from tensorflow.python.platform.benchmark import benchmark_config 

18from tensorflow.python.platform.test import disable_with_predicate 

19from tensorflow.python.platform.test import is_built_with_cuda 

20from tensorflow.python.platform.test import is_built_with_gpu_support 

21from tensorflow.python.platform.test import is_built_with_rocm 

22from tensorflow.python.platform.test import is_built_with_xla 

23from tensorflow.python.platform.test import main