MCPcopy
hub / github.com/THUDM/CogDL / device

Method device

cogdl/data/data.py:691–692  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

689
690 @property
691 def device(self):
692 return self._adj.device
693
694 def degrees(self):
695 return self._adj.degrees()

Callers 8

evaluateMethod · 0.45
mainFunction · 0.45
main.pyFile · 0.45
__init__Method · 0.45
set_deviceMethod · 0.45
evaluateMethod · 0.45
read_stgat_dataFunction · 0.45
read_stgcn_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected