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

13 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.lite namespace. 

4""" 

5 

6import sys as _sys 

7 

8from . import constants 

9from . import experimental 

10from tensorflow.lite.python.lite import Interpreter 

11from tensorflow.lite.python.lite import OpHint 

12from tensorflow.lite.python.lite import OpsSet 

13from tensorflow.lite.python.lite import Optimize 

14from tensorflow.lite.python.lite import RepresentativeDataset 

15from tensorflow.lite.python.lite import TFLiteConverter 

16from tensorflow.lite.python.lite import TargetSpec 

17from tensorflow.lite.python.lite import TocoConverter 

18from tensorflow.lite.python.lite import toco_convert