aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-03-16 11:52:23 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-16 13:08:15 -0700
commite97d8947d3055ccec01d6eff58a376da98c7a779 (patch)
tree0908e4aedeaba50abf7316763a0de6669d5ca6b2
parenta7d6015d3759bee447c8103979a5ebc831ce23d1 (diff)
Add Dev Summit video.
Change: 150356236
-rw-r--r--tensorflow/docs_src/deploy/distributed.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/docs_src/deploy/distributed.md b/tensorflow/docs_src/deploy/distributed.md
index 496d3b9b68..bcc5b92db8 100644
--- a/tensorflow/docs_src/deploy/distributed.md
+++ b/tensorflow/docs_src/deploy/distributed.md
@@ -26,6 +26,12 @@ method creates a single-process cluster, with an in-process server.
## Create a cluster
+<div class="video-wrapper">
+ <iframe class="devsite-embedded-youtube-video" data-video-id="la_M6bCV91M"
+ data-autohide="1" data-showinfo="0" frameborder="0" allowfullscreen>
+ </iframe>
+</div>
+
A TensorFlow "cluster" is a set of "tasks" that participate in the distributed
execution of a TensorFlow graph. Each task is associated with a TensorFlow
"server", which contains a "master" that can be used to create sessions, and a