MCPcopy
hub / github.com/dmlc/dgl / get_num_server_per_machine

Function get_num_server_per_machine

python/dgl/distributed/rpc.py:324–326  ·  view source on GitHub ↗

Get the total number of server per machine

()

Source from the content-addressed store, hash-verified

322
323
324def get_num_server_per_machine():
325 """Get the total number of server per machine"""
326 return _CAPI_DGLRPCGetNumServerPerMachine()
327
328
329def incr_msg_seq():

Callers 3

send_request_to_machineFunction · 0.85
remote_callFunction · 0.85
send_requests_to_machineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected