Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
evaluate
Method · 0.45
main
Function · 0.45
main.py
File · 0.45
__init__
Method · 0.45
set_device
Method · 0.45
evaluate
Method · 0.45
read_stgat_data
Function · 0.45
read_stgcn_data
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected