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

Method join

tensorflow/python/training/server_lib.py:175–184  ·  view source on GitHub ↗

Blocks until the server has shut down. This method currently blocks forever. Raises: tf.errors.OpError: Or one of its subclasses if an error occurs while joining the TensorFlow server.

(self)

Source from the content-addressed store, hash-verified

173 c_api.TF_ServerStart(self._server)
174
175 def join(self):
176 """Blocks until the server has shut down.
177
178 This method currently blocks forever.
179
180 Raises:
181 tf.errors.OpError: Or one of its subclasses if an error occurs while
182 joining the TensorFlow server.
183 """
184 c_api.TF_ServerJoin(self._server)
185
186 @property
187 def server_def(self):

Callers 15

generate_cluster_infoFunction · 0.95
generate_cluster_infoFunction · 0.95
generate_cluster_infoFunction · 0.95
generate_cluster_infoFunction · 0.95
generate_cluster_infoFunction · 0.95
generate_cluster_infoFunction · 0.95
generate_cluster_infoFunction · 0.95
generate_cluster_infoFunction · 0.95
generate_cluster_infoFunction · 0.95
mainFunction · 0.95
generate_cluster_infoFunction · 0.95
generate_cluster_infoFunction · 0.95

Calls

no outgoing calls

Tested by 15

ps_fnMethod · 0.76
TESTFunction · 0.36
is_real_fileFunction · 0.36
get_mtimeFunction · 0.36
upload_benchmark_filesFunction · 0.36
check_fileFunction · 0.36
mainFunction · 0.36
_KeyToFilePathFunction · 0.36
__init__Method · 0.36