Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ key
Method
key
imperative/python/megengine/distributed/group.py:68–70 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
67
@property
68
def
key(self):
69
assert len(self.proc_ranks) > 0,
"invalid group"
70
return
","
.join(map(str, self.proc_ranks))
71
72
@property
73
def
rank(self):
Callers
13
enter
Method · 0.45
full_grad
Method · 0.45
opr_shallow_copy_collective_mm
Function · 0.45
MGB_IMPL_OPR_GRAD
Function · 0.45
opr_shallow_copy_remote_send
Function · 0.45
opr_shallow_copy_remote_recv
Function · 0.45
opr_register
Method · 0.45
set_output_shape
Method · 0.45
get_output_shape
Method · 0.45
bcast_addr
Method · 0.45
bcast_nccluniqueid
Method · 0.45
translate_pass
Method · 0.45
Calls
1
join
Method · 0.80
Tested by
no test coverage detected