Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/Cream
/ print
Function
print
EfficientViT/classification/utils.py:175–178 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
173
builtin_print = __builtin__.print
174
175
def
print(*args, **kwargs):
176
force = kwargs.pop(
'force'
, False)
177
if
is_master or force:
178
builtin_print(*args, **kwargs)
179
180
__builtin__.print = print
181
Callers
15
log_every
Method · 0.70
init_distributed_mode
Function · 0.70
load_model
Function · 0.70
compute_throughput_cpu
Function · 0.70
compute_throughput_cuda
Function · 0.70
speed_test.py
File · 0.70
train_one_epoch
Function · 0.70
evaluate
Function · 0.70
main
Function · 0.70
main
Function · 0.50
init_weights
Method · 0.50
forward
Method · 0.50
Calls
no outgoing calls
Tested by
3
compute_throughput_cpu
Function · 0.56
compute_throughput_cuda
Function · 0.56
main
Function · 0.40