From e97d8947d3055ccec01d6eff58a376da98c7a779 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 16 Mar 2017 11:52:23 -0800 Subject: Add Dev Summit video. Change: 150356236 --- tensorflow/docs_src/deploy/distributed.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 +
+ +
+ 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 -- cgit v1.2.3