MCPcopy
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_csrMethod · 0.45
spmmFunction · 0.45
forwardMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_to_csrMethod · 0.36