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

14 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.tpu.experimental.embedding namespace. 

4""" 

5 

6import sys as _sys 

7 

8from tensorflow.python.tpu.tpu_embedding_for_serving import TPUEmbeddingForServing 

9from tensorflow.python.tpu.tpu_embedding_for_serving import cpu_embedding_lookup as serving_embedding_lookup 

10from tensorflow.python.tpu.tpu_embedding_v1 import TPUEmbeddingV0 

11from tensorflow.python.tpu.tpu_embedding_v2 import TPUEmbedding 

12from tensorflow.python.tpu.tpu_embedding_v2_utils import Adagrad 

13from tensorflow.python.tpu.tpu_embedding_v2_utils import AdagradMomentum 

14from tensorflow.python.tpu.tpu_embedding_v2_utils import Adam 

15from tensorflow.python.tpu.tpu_embedding_v2_utils import FTRL 

16from tensorflow.python.tpu.tpu_embedding_v2_utils import FeatureConfig 

17from tensorflow.python.tpu.tpu_embedding_v2_utils import QuantizationConfig 

18from tensorflow.python.tpu.tpu_embedding_v2_utils import SGD 

19from tensorflow.python.tpu.tpu_embedding_v2_utils import TableConfig