aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/client
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <bsteiner@google.com>2018-03-22 18:54:27 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-22 18:57:11 -0700
commit0dadbfe118c1d0510deaf4f5bc0a78c6b0dbda9a (patch)
treef453adc331248bed104e154a0f0a4959dbe0b039 /tensorflow/python/client
parentdbea93d7f14be9451f1ec27c0b990fa680dee947 (diff)
Merge changes from github.
PiperOrigin-RevId: 190161440
Diffstat (limited to 'tensorflow/python/client')
-rw-r--r--tensorflow/python/client/session.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/python/client/session.py b/tensorflow/python/client/session.py
index 6e9ce9b080..da5dc6f599 100644
--- a/tensorflow/python/client/session.py
+++ b/tensorflow/python/client/session.py
@@ -889,6 +889,8 @@ class BaseSession(SessionInterface):
Either a single value if `fetches` is a single graph element, or
a list of values if `fetches` is a list, or a dictionary with the
same keys as `fetches` if that is a dictionary (described above).
+ Order in which `fetches` operations are evaluated inside the call
+ is undefined.
Raises:
RuntimeError: If this `Session` is in an invalid state (e.g. has been