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

35 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.dtypes namespace. 

4""" 

5 

6import sys as _sys 

7 

8from . import experimental 

9from tensorflow.python.framework.dtypes import DType 

10from tensorflow.python.framework.dtypes import QUANTIZED_DTYPES 

11from tensorflow.python.framework.dtypes import as_dtype 

12from tensorflow.python.framework.dtypes import bfloat16 

13from tensorflow.python.framework.dtypes import bool 

14from tensorflow.python.framework.dtypes import complex128 

15from tensorflow.python.framework.dtypes import complex64 

16from tensorflow.python.framework.dtypes import double 

17from tensorflow.python.framework.dtypes import float16 

18from tensorflow.python.framework.dtypes import float32 

19from tensorflow.python.framework.dtypes import float64 

20from tensorflow.python.framework.dtypes import half 

21from tensorflow.python.framework.dtypes import int16 

22from tensorflow.python.framework.dtypes import int32 

23from tensorflow.python.framework.dtypes import int64 

24from tensorflow.python.framework.dtypes import int8 

25from tensorflow.python.framework.dtypes import qint16 

26from tensorflow.python.framework.dtypes import qint32 

27from tensorflow.python.framework.dtypes import qint8 

28from tensorflow.python.framework.dtypes import quint16 

29from tensorflow.python.framework.dtypes import quint8 

30from tensorflow.python.framework.dtypes import resource 

31from tensorflow.python.framework.dtypes import string 

32from tensorflow.python.framework.dtypes import uint16 

33from tensorflow.python.framework.dtypes import uint32 

34from tensorflow.python.framework.dtypes import uint64 

35from tensorflow.python.framework.dtypes import uint8 

36from tensorflow.python.framework.dtypes import variant 

37from tensorflow.python.ops.gen_string_ops import as_string 

38from tensorflow.python.ops.math_ops import cast 

39from tensorflow.python.ops.math_ops import complex 

40from tensorflow.python.ops.math_ops import saturate_cast