Skip to content

Commit 9add7f2

Browse files
committed
rebuild sphinx docs
1 parent 1245074 commit 9add7f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/_modules/tensorflowonspark/TFSparkNode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h1>Source code for tensorflowonspark.TFSparkNode</h1><div class="highlight"><pr
8080
<span class="sd"> :worker_num: integer identifier for this executor, per ``nodeRDD = sc.parallelize(range(num_executors), num_executors).``</span>
8181
<span class="sd"> :job_name: TensorFlow job name (e.g. &#39;ps&#39; or &#39;worker&#39;) of this TF node, per cluster_spec.</span>
8282
<span class="sd"> :task_index: integer rank per job_name, e.g. &quot;worker:0&quot;, &quot;worker:1&quot;, &quot;ps:0&quot;.</span>
83-
<span class="sd"> :cluster_spec: tf.train.ClusterSpec</span>
83+
<span class="sd"> :cluster_spec: dictionary for constructing a tf.train.ClusterSpec.</span>
8484
<span class="sd"> :defaultFS: string representation of default FileSystem, e.g. ``file://`` or ``hdfs://&lt;namenode&gt;:8020/``.</span>
8585
<span class="sd"> :working_dir: the current working directory for local filesystems, or YARN containers.</span>
8686
<span class="sd"> :mgr: TFManager instance for this Python worker.</span>

0 commit comments

Comments
 (0)