MCPcopy
hub / github.com/NVlabs/RADIO / rank_print

Function rank_print

examples/common/utils.py:69–71  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

67
68
69def rank_print(*args, **kwargs):
70 if get_rank() == 0:
71 print(*args, **kwargs)

Callers 9

mainFunction · 0.90
process_with_animationFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
compute_feature_matrixFunction · 0.90
mainFunction · 0.90
mainFunction · 0.50
mainFunction · 0.50

Calls 1

get_rankFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…