Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/THUDM/CogDL
/ is_symmetric
Method
is_symmetric
cogdl/data/data.py:563–564 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
561
getattr(self, f
"{key}_norm"
)()
562
563
def
is_symmetric(self):
564
return
self._adj.is_symmetric()
565
566
def
set_symmetric(self):
567
self._adj.set_symmetric(True)
Callers
3
test_to_csr
Method · 0.45
spmm
Function · 0.45
forward
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_to_csr
Method · 0.36