MCPcopy 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_passMethod · 0.95
_exec_send_gradsMethod · 0.95
preprocess_weightFunction · 0.80
attention_kernelMethod · 0.80
processBlockIJMethod · 0.80
accum_refMethod · 0.80
operand_B_refMethod · 0.80
accumToSmemMethod · 0.80
refMethod · 0.80
loadFunction · 0.80
initializeFunction · 0.80
initialize_sub_commFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected