Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/tensorflow/_api/v2/compat/v2/__internal__/tracking/__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"""Public API for tf.__internal__.tracking namespace. 

4""" 

5 

6import sys as _sys 

7 

8from tensorflow.python.checkpoint.checkpoint import register_session_provider 

9from tensorflow.python.checkpoint.checkpoint import streaming_restore 

10from tensorflow.python.checkpoint.graph_view import ObjectGraphView 

11from tensorflow.python.trackable.autotrackable import AutoTrackable 

12from tensorflow.python.trackable.base import CheckpointInitialValue 

13from tensorflow.python.trackable.base import CheckpointInitialValueCallable 

14from tensorflow.python.trackable.base import Trackable 

15from tensorflow.python.trackable.base import TrackableReference 

16from tensorflow.python.trackable.base import no_automatic_dependency_tracking 

17from tensorflow.python.trackable.base_delegate import DelegatingTrackableMixin 

18from tensorflow.python.trackable.data_structures import TrackableDataStructure 

19from tensorflow.python.trackable.data_structures import sticky_attribute_assignment 

20from tensorflow.python.trackable.data_structures import wrap_or_unwrap as wrap 

21from tensorflow.python.training.saving.saveable_object_util import saveable_objects_from_trackable