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

Function get_group_id

python/dgl/distributed/rpc.py:1373–1381  ·  view source on GitHub ↗

Get current group ID Returns ------- int group ID

()

Source from the content-addressed store, hash-verified

1371
1372
1373def get_group_id():
1374 """Get current group ID
1375
1376 Returns
1377 -------
1378 int
1379 group ID
1380 """
1381 return _CAPI_DGLRPCGetGroupID()
1382
1383
1384def register_client(client_id, group_id):

Callers 8

send_requestFunction · 0.85
send_request_to_machineFunction · 0.85
recv_responseFunction · 0.85
remote_callFunction · 0.85
send_requests_to_machineFunction · 0.85
__init__Method · 0.85
_attach_group_idMethod · 0.85
_detach_group_idMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected