MCPcopy
hub / github.com/dmlc/dgl / num_nodes

Method num_nodes

examples/tensorflow/sgc/sgc.py:78–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76
77 @property
78 def num_nodes(self):
79 return self.g.num_nodes()
80
81 @staticmethod
82 def ensure_self_loop(g):

Callers 15

c_and_s.pyFile · 0.45
appnp.pyFile · 0.45
gcn.pyFile · 0.45
sgc.pyFile · 0.45
gat.pyFile · 0.45
forwardMethod · 0.45
gcnii.pyFile · 0.45
mainFunction · 0.45
sign.pyFile · 0.45
twirls.pyFile · 0.45
ladies.pyFile · 0.45
graphsage.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected