Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AIS-SNU/Smart-Infinity
/ debug_param2name
Function
debug_param2name
deepspeed/utils/debug.py:38–42 ·
view source on GitHub ↗
(param)
Source
from the content-addressed store, hash-verified
36
37
38
def
debug_param2name(param):
39
if
param in param_names:
40
return
param_names[param]
41
else
:
42
return
"unknown"
43
44
45
def
debug_param2name_id(param):
Callers
5
debug_param2name_id
Function · 0.85
debug_param2name_id_shape
Function · 0.85
debug_param2name_id_shape_device
Function · 0.85
debug_param2name_id_numel
Function · 0.85
debug_param2name_id_shape_status
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected