MCPcopy 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_passMethod · 0.95
_exec_send_gradsMethod · 0.95
initializeFunction · 0.80
_do_io_submit_singlesFunction · 0.80
_do_io_submit_blockFunction · 0.80
_do_io_completeFunction · 0.80
regular_readFunction · 0.80
_validate_bufferFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected