MCPcopy Create free account
hub / github.com/deepspeedai/DeepSpeed / debug_param2name_id_shape_status

Function debug_param2name_id_shape_status

deepspeed/utils/debug.py:84–85  ·  view source on GitHub ↗
(param)

Source from the content-addressed store, hash-verified

82
83
84def debug_param2name_id_shape_status(param):
85 return f"name={debug_param2name(param)} id={ds_id(param)} shape={ds_shape(param)} status={param.ds_status}"
86
87
88def printflock(*msgs):

Callers 1

_allgather_paramMethod · 0.90

Calls 3

debug_param2nameFunction · 0.85
ds_idFunction · 0.85
ds_shapeFunction · 0.85

Tested by

no test coverage detected