Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/DIVE128/DMVSNet
/ get_rank
Function
get_rank
tools.py:274–277 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
272
273
274
def
get_rank():
275
if
not is_dist_avail_and_initialized():
276
return
0
277
return
dist.get_rank()
278
279
280
def
is_main_process():
Callers
1
is_main_process
Function · 0.85
Calls
1
is_dist_avail_and_initialized
Function · 0.85
Tested by
no test coverage detected