Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/Cream
/ print
Function
print
AutoFormer/lib/utils.py:172–175 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
170
builtin_print = __builtin__.print
171
172
def
print(*args, **kwargs):
173
force = kwargs.pop(
'force'
, False)
174
if
is_master or force:
175
builtin_print(*args, **kwargs)
176
177
__builtin__.print = print
178
Callers
15
log_every
Method · 0.70
init_distributed_mode
Function · 0.70
__init__
Method · 0.70
__init__
Method · 0.70
_update_config_from_file
Function · 0.50
save_logits.py
File · 0.50
auto_resume_helper
Function · 0.50
update_lr
Method · 0.50
inference.py
File · 0.50
main.py
File · 0.50
build_loader
Function · 0.50
imagenet22k_dataset.py
File · 0.50
Calls
no outgoing calls
Tested by
6
main
Function · 0.40
main
Function · 0.40
main
Function · 0.40
parallel_test
Function · 0.40
main
Function · 0.40
main
Function · 0.40