Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepspeedai/DeepSpeed
/ ds_id
Function
ds_id
deepspeed/utils/debug.py:54–58 ·
view source on GitHub ↗
(param)
Source
from the content-addressed store, hash-verified
52
53
54
def
ds_id(param):
55
if
hasattr(param,
"ds_id"
):
56
return
param.ds_id
57
else
:
58
return
"none"
59
60
61
def
ds_shape(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