aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/deploy/distributed.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/deploy/distributed.md')
-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