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

Method Server

tensorflow/java/src/main/java/org/tensorflow/Server.java:70–72  ·  view source on GitHub ↗

Constructs a new instance of server. @param serverDef Server definition specified as a serialized ServerDef protocol buffer.

(byte[] serverDef)

Source from the content-addressed store, hash-verified

68 * protocol buffer.
69 */
70 public Server(byte[] serverDef) {
71 nativeHandle = allocate(serverDef);
72 }
73
74 /** Starts an in-process TensorFlow server. */
75 public synchronized void start() {

Callers 15

generate_cluster_infoFunction · 0.80
generate_cluster_infoFunction · 0.80
generate_cluster_infoFunction · 0.80
generate_cluster_infoFunction · 0.80
generate_cluster_infoFunction · 0.80
generate_cluster_infoFunction · 0.80
generate_cluster_infoFunction · 0.80
generate_cluster_infoFunction · 0.80
generate_cluster_infoFunction · 0.80
mainFunction · 0.80
train.pyFile · 0.80
train.pyFile · 0.80

Calls 1

allocateMethod · 0.95

Tested by 15

testMultipleSessionsMethod · 0.64
create_local_clusterFunction · 0.64
_get_workersFunction · 0.64
_setupClusterMethod · 0.64
create_local_clusterFunction · 0.64
create_local_clusterFunction · 0.64
testMultipleSessionsMethod · 0.64
testSharingMethod · 0.64
ps_fnMethod · 0.64
worker_fnMethod · 0.64
create_local_clusterFunction · 0.64
testSetConfigurationMethod · 0.64