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

10 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__.nest namespace. 

4""" 

5 

6import sys as _sys 

7 

8from tensorflow.python.util.nest import _sequence_like as sequence_like 

9from tensorflow.python.util.nest import flatten_up_to 

10from tensorflow.python.util.nest import get_traverse_shallow_structure 

11from tensorflow.python.util.nest import is_attrs 

12from tensorflow.python.util.nest import is_mapping 

13from tensorflow.python.util.nest import list_to_tuple 

14from tensorflow.python.util.nest import map_structure_up_to 

15from tensorflow.python.util.nest import yield_flat_paths