Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepspeedai/DeepSpeed
/ data
Method
data
deepspeed/runtime/utils.py:751–752 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
749
return
torch.LongTensor(data=meta).to(self.orig_device)
750
751
def
data(self):
752
return
self.local_data
753
754
def
local_size(self):
755
return
self.local_data.size()
Callers
15
_exec_forward_pass
Method · 0.95
_exec_send_grads
Method · 0.95
preprocess_weight
Function · 0.80
attention_kernel
Method · 0.80
processBlockIJ
Method · 0.80
accum_ref
Method · 0.80
operand_B_ref
Method · 0.80
accumToSmem
Method · 0.80
ref
Method · 0.80
load
Function · 0.80
initialize
Function · 0.80
initialize_sub_comm
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected