From 07e33d027f65c0c3e301ba9befbe82fc78cb3fa6 Mon Sep 17 00:00:00 2001 From: Dimitris Vardoulakis Date: Fri, 10 Aug 2018 15:20:12 -0700 Subject: Lift the restriction in the docs that while loops can't be nested. PiperOrigin-RevId: 208276989 --- tensorflow/docs_src/performance/xla/operation_semantics.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'tensorflow/docs_src') 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` -- cgit v1.2.3