Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AIS-SNU/Smart-Infinity
/ data
Method
data
deepspeed/runtime/utils.py:711–712 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
709
return
torch.LongTensor(data=meta).to(self.orig_device)
710
711
def
data(self):
712
return
self.local_data
713
714
def
local_size(self):
715
return
self.local_data.size()
Callers
8
_exec_forward_pass
Method · 0.95
_exec_send_grads
Method · 0.95
initialize
Function · 0.80
_do_io_submit_singles
Function · 0.80
_do_io_submit_block
Function · 0.80
_do_io_complete
Function · 0.80
regular_read
Function · 0.80
_validate_buffer
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected