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

19 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.math.special namespace. 

4""" 

5 

6import sys as _sys 

7 

8from tensorflow.python.ops.special_math_ops import bessel_i0 

9from tensorflow.python.ops.special_math_ops import bessel_i0e 

10from tensorflow.python.ops.special_math_ops import bessel_i1 

11from tensorflow.python.ops.special_math_ops import bessel_i1e 

12from tensorflow.python.ops.special_math_ops import bessel_j0 

13from tensorflow.python.ops.special_math_ops import bessel_j1 

14from tensorflow.python.ops.special_math_ops import bessel_k0 

15from tensorflow.python.ops.special_math_ops import bessel_k0e 

16from tensorflow.python.ops.special_math_ops import bessel_k1 

17from tensorflow.python.ops.special_math_ops import bessel_k1e 

18from tensorflow.python.ops.special_math_ops import bessel_y0 

19from tensorflow.python.ops.special_math_ops import bessel_y1 

20from tensorflow.python.ops.special_math_ops import dawsn 

21from tensorflow.python.ops.special_math_ops import expint 

22from tensorflow.python.ops.special_math_ops import fresnel_cos 

23from tensorflow.python.ops.special_math_ops import fresnel_sin 

24from tensorflow.python.ops.special_math_ops import spence