MCPcopy Create free account
hub / github.com/Kitware/COAT / get_rank

Function get_rank

utils/utils.py:300–303  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298
299
300def get_rank():
301 if not is_dist_avail_and_initialized():
302 return 0
303 return dist.get_rank()
304
305
306def is_main_process():

Callers 1

is_main_processFunction · 0.85

Calls 1

Tested by

no test coverage detected