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

16 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"""Ops related to Tensor Processing Units. 

4""" 

5 

6import sys as _sys 

7 

8from . import experimental 

9from tensorflow.python.tpu.bfloat16 import bfloat16_scope 

10from tensorflow.python.tpu.ops.tpu_ops import cross_replica_sum 

11from tensorflow.python.tpu.tpu import PaddingSpec 

12from tensorflow.python.tpu.tpu import XLAOptions 

13from tensorflow.python.tpu.tpu import batch_parallel 

14from tensorflow.python.tpu.tpu import initialize_system 

15from tensorflow.python.tpu.tpu import replicate 

16from tensorflow.python.tpu.tpu import rewrite 

17from tensorflow.python.tpu.tpu import shard 

18from tensorflow.python.tpu.tpu import shutdown_system 

19from tensorflow.python.tpu.tpu_name_util import core 

20from tensorflow.python.tpu.tpu_optimizer import CrossShardOptimizer 

21from tensorflow.python.tpu.tpu_replication import outside_compilation