MCPcopy 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
54def ds_id(param):
55 if hasattr(param, "ds_id"):
56 return param.ds_id
57 else:
58 return "none"
59
60
61def ds_shape(param):

Callers 5

debug_param2name_idFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected