Comment cleanup.
PiperOrigin-RevId: 204663736
This commit is contained in:
parent
4b22c6ba01
commit
e5945c0014
@ -3146,7 +3146,7 @@ def while_loop(cond,
|
|||||||
happen is that the thread updating `x` can never get ahead of the
|
happen is that the thread updating `x` can never get ahead of the
|
||||||
counter thread because the thread incrementing `x` depends on the value
|
counter thread because the thread incrementing `x` depends on the value
|
||||||
of the counter.
|
of the counter.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import tensorflow as tf
|
import tensorflow as tf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user