STT-tensorflow/tensorflow/python/ops/parallel_for
Srinivas Vasudevan 4f341bb742 Add Bessel functions to the public api:
- tf.math.special.bessel_i0
    - tf.math.special.bessel_i0e
    - tf.math.special.bessel_i1
    - tf.math.special.bessel_i1e
    - tf.math.special.bessel_k0
    - tf.math.special.bessel_k0e
    - tf.math.special.bessel_k1
    - tf.math.special.bessel_k1e
    - tf.math.special.bessel_j0
    - tf.math.special.bessel_j1
    - tf.math.special.bessel_y0
    - tf.math.special.bessel_y1

PiperOrigin-RevId: 317025879
Change-Id: I5c4407eda6bef0d1659b7a566979c7dbbad4ad83
2020-06-17 21:06:09 -07:00
..
__init__.py
array_test.py pfor: Have pfor fallback to while_loop by default in cases where a conversion 2020-04-13 15:20:18 -07:00
BUILD Disable flaky XLA test on GPU 2020-05-06 07:42:31 -07:00
control_flow_ops_test.py pfor: support vectorizing nested control flow. 2020-06-10 18:39:11 -07:00
control_flow_ops.py Removing experimental from run_functions_eagerly. Also removed all references for the experimental one from documentation. 2020-04-29 09:28:20 -07:00
gradients_test.py Remove the deps to Keras model from gradients_test.py 2020-06-09 08:37:44 -07:00
gradients.py minor spelling tweaks 2020-02-11 15:09:21 +09:00
math_test.py Add Bessel functions to the public api: 2020-06-17 21:06:09 -07:00
pfor.py Add Bessel functions to the public api: 2020-06-17 21:06:09 -07:00
test_util.py pfor: Have pfor fallback to while_loop by default in cases where a conversion 2020-04-13 15:20:18 -07:00
xla_control_flow_ops_test.py pfor: add support for vectorizing "While" and "StatelessWhile" ops. 2020-04-30 14:59:12 -07:00