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

Function server_factories

tensorflow/core/distributed_runtime/server_lib.cc:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31typedef std::unordered_map<string, ServerFactory*> ServerFactories;
32ServerFactories* server_factories() {
33 static ServerFactories* factories = new ServerFactories;
34 return factories;
35}
36} // namespace
37
38/* static */

Callers 2

RegisterMethod · 0.85
GetFactoryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected