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

Method server_def

tensorflow/python/training/server_lib.py:187–194  ·  view source on GitHub ↗

Returns the `tf.train.ServerDef` for this server. Returns: A `tf.train.ServerDef` protocol buffer that describes the configuration of this server.

(self)

Source from the content-addressed store, hash-verified

185
186 @property
187 def server_def(self):
188 """Returns the `tf.train.ServerDef` for this server.
189
190 Returns:
191 A `tf.train.ServerDef` protocol buffer that describes the configuration
192 of this server.
193 """
194 return self._server_def
195
196 @property
197 def target(self):

Callers 2

CreateContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected