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

Method start

tensorflow/python/training/server_lib.py:166–173  ·  view source on GitHub ↗

Starts this server. Raises: tf.errors.OpError: Or one of its subclasses if an error occurs while starting the TensorFlow server.

(self)

Source from the content-addressed store, hash-verified

164 self._server = None
165
166 def start(self):
167 """Starts this server.
168
169 Raises:
170 tf.errors.OpError: Or one of its subclasses if an error occurs while
171 starting the TensorFlow server.
172 """
173 c_api.TF_ServerStart(self._server)
174
175 def join(self):
176 """Blocks until the server has shut down.

Callers 15

_start_serverMethod · 0.95
__init__Method · 0.95
_run_std_serverFunction · 0.95
after_create_sessionMethod · 0.45
after_create_sessionMethod · 0.45
_saveMethod · 0.45
configure_and_runMethod · 0.45
__exit__Method · 0.45
testParallelRunMethod · 0.45

Calls

no outgoing calls