aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar Dimitris Vardoulakis <dimvar@google.com>2018-08-10 15:20:12 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-10 15:24:47 -0700
commit07e33d027f65c0c3e301ba9befbe82fc78cb3fa6 (patch)
tree88295af5e8f5ea826b1a1ac12f9c4051db12b343 /tensorflow/docs_src
parent2625345c727b14f8e770d4f980fe86e9ccc8b03d (diff)
Lift the restriction in the docs that while loops can't be nested.
PiperOrigin-RevId: 208276989
Diffstat (limited to 'tensorflow/docs_src')
-rw-r--r--tensorflow/docs_src/performance/xla/operation_semantics.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/docs_src/performance/xla/operation_semantics.md b/tensorflow/docs_src/performance/xla/operation_semantics.md
index bd7b0f7048..e24a7cda73 100644
--- a/tensorflow/docs_src/performance/xla/operation_semantics.md
+++ b/tensorflow/docs_src/performance/xla/operation_semantics.md
@@ -2385,8 +2385,6 @@ restrictions listed below.
last execution of the `body`.
* The shape of the type `T` is statically determined and must be the same
across all iterations.
-* `While` nodes are not allowed to be nested. (This restriction may be lifted
- in the future on some targets.)
The T parameters of the computations are initialized with the `init` value in
the first iteration and are automatically updated to the new result from `body`