Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepspeedai/DeepSpeed
/ hasParam
Method
hasParam
csrc/includes/deepcompile.h:554–554 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
552
}
553
554
bool hasParam(long ds_id) const { return hasKey(has_acc_grad_, ds_id); }
555
556
protected:
557
c10::intrusive_ptr<c10d::ProcessGroup> process_group_;
Callers
nothing calls this directly
Calls
1
hasKey
Function · 0.85
Tested by
no test coverage detected