Similar to cr/188652533, specify the `maximum_iterations` to tf.while_loop in tf...
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 31 May 2018 22:05:23 +0000 (15:05 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 31 May 2018 22:08:20 +0000 (15:08 -0700)
commitf21816ecefe3f6e554d3b7daae3bb7f7a03bad20
treea900f5860e501c48c6e87c3b89b4faa6040679ed
parentb183563d0bfed9fce2b623b3bff3fa3bdeccad54
Similar to cr/188652533, specify the `maximum_iterations` to tf.while_loop in tf.map_fn to be compatible with XLA.

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