MCPcopy Index your code
hub / github.com/OpenGVLab/HumanBench / printlog

Function printlog

PATH/core/utils.py:740–741  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

738# preserve_rng_state=preserve)
739
740def printlog(*args, **kwargs):
741 print(f"[rank {dist.get_rank()}]", *args, **kwargs)
742
743def _max_by_axis(the_list):
744 # type: (List[List[int]]) -> List[int]

Callers 15

__init__Method · 0.90
__init__Method · 0.90
gen_s2Method · 0.90
gen_s5Method · 0.90
gen_new_listMethod · 0.90
saveMethod · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
dataset_entryFunction · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected