Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorflow/_api/v2/__internal__/__init__.py: 100%
37 statements
« prev ^ index » next coverage.py v7.4.0, created at 2024-01-03 07:57 +0000
« 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.__internal__ namespace.
4"""
6import sys as _sys
8from . import autograph
9from . import decorator
10from . import dispatch
11from . import distribute
12from . import eager_context
13from . import feature_column
14from . import function
15from . import graph_util
16from . import mixed_precision
17from . import monitoring
18from . import nest
19from . import ops
20from . import saved_model
21from . import smart_cond
22from . import test
23from . import tf2
24from . import tracking
25from . import train
26from . import types
27from tensorflow.python.eager.backprop import record_gradient
28from tensorflow.python.eager.lift_to_graph import lift_to_graph
29from tensorflow.python.framework.composite_tensor import CompositeTensor
30from tensorflow.python.framework.func_graph import FuncGraph
31from tensorflow.python.framework.ops import EagerTensor
32from tensorflow.python.framework.ops import SymbolicTensor
33from tensorflow.python.framework.ops import _create_c_op as create_c_op
34from tensorflow.python.framework.ops import get_name_scope
35from tensorflow.python.framework.tfrt_utils import enabled as is_tfrt_enabled
36from tensorflow.python.ops.control_flow_ops import get_enclosing_xla_context
37from tensorflow.python.ops.control_flow_switch_case import execute_fn_for_device
38from tensorflow.python.util.keras_deps import register_call_context_function
39from tensorflow.python.util.keras_deps import register_clear_session_function
40from tensorflow.python.util.keras_deps import register_get_session_function
41from tensorflow.python.util.keras_deps import register_load_context_function
42from tensorflow.python.util.keras_deps import register_load_model_function