Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepspeedai/DeepSpeed
/ debug_param2name_id_shape
Function
debug_param2name_id_shape
deepspeed/utils/debug.py:72–73 ·
view source on GitHub ↗
(param)
Source
from the content-addressed store, hash-verified
70
71
72
def
debug_param2name_id_shape(param):
73
return
f
"name={debug_param2name(param)} id={ds_id(param)} shape={ds_shape(param)}"
74
75
76
def
debug_param2name_id_shape_device(param):
Callers
3
_post_init_method
Method · 0.90
_dump_params
Method · 0.90
__release_param
Method · 0.90
Calls
3
debug_param2name
Function · 0.85
ds_id
Function · 0.85
ds_shape
Function · 0.85
Tested by
no test coverage detected