Specify the `maximum_iterations` to tf.while_loop in tf.scan to be compatible with...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Sun, 11 Mar 2018 17:44:02 +0000 (10:44 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Sun, 11 Mar 2018 17:47:47 +0000 (10:47 -0700)
commitfcd8162a1ebb31b7e6847caa051652bc9217c9ad
tree5f396ebaba3e143baf2e7567151d612c1d3b1f99
parent84967d4aba3fd7dc72c9bb16ea1453ff634ebeb8
Specify the `maximum_iterations` to tf.while_loop in tf.scan to be compatible with XLA.

PiperOrigin-RevId: 188652533
tensorflow/python/ops/functional_ops.py