aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-07-20 08:39:03 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-20 17:08:18 -0700
commit7a1268cc598669b088181127941f730e2163a550 (patch)
tree53d9878af24ccdd6fa8655d62a2c2815672a8d42 /tensorflow/python
parenta595f21a121e91b000df6a4a5fa254c85f4fc101 (diff)
Remove invalid sentence from Session.__init__() documentation.
Change: 127954763
Diffstat (limited to 'tensorflow/python')
-rw-r--r--tensorflow/python/client/session.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tensorflow/python/client/session.py b/tensorflow/python/client/session.py
index 20658fa632..dbcbb25469 100644
--- a/tensorflow/python/client/session.py
+++ b/tensorflow/python/client/session.py
@@ -885,8 +885,9 @@ class Session(BaseSession):
Args:
target: (Optional.) The execution engine to connect to.
- Defaults to using an in-process engine. At present, no value
- other than the empty string is supported.
+ Defaults to using an in-process engine. See [Distributed Tensorflow]
+ (https://www.tensorflow.org/how_tos/distributed/index.html)
+ for more examples.
graph: (Optional.) The `Graph` to be launched (described above).
config: (Optional.) A [`ConfigProto`](https://www.tensorflow.org/code/tensorflow/core/protobuf/config.proto)
protocol buffer with configuration options for the session.