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

Function GetCluster

tensorflow/core/distributed_runtime/rpcbench_test.cc:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116};
117
118static const Cluster* GetCluster() {
119 static Cluster* result = new Cluster;
120 return result;
121}
122
123// Make a program with specified number of stages and "width" ops per stage.
124GraphDef CreateGraphDef(int num_stages, int width, int tensor_size,

Callers 1

BM_HelperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected