MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / as_cluster_def

Method as_cluster_def

tensorflow/python/training/server_lib.py:363–365  ·  view source on GitHub ↗

Returns a `tf.train.ClusterDef` protocol buffer based on this cluster.

(self)

Source from the content-addressed store, hash-verified

361 return ret
362
363 def as_cluster_def(self):
364 """Returns a `tf.train.ClusterDef` protocol buffer based on this cluster."""
365 return self._cluster_def
366
367 @property
368 def jobs(self):

Callers 15

testLocalServerMethod · 0.95
testTwoProcessesMethod · 0.95
testTwoJobsMethod · 0.95
_make_server_defFunction · 0.95
setup_tpu_sessionFunction · 0.80
get_tpu_system_metadataFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls