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

Method num_nodes

python/dgl/data/knowledge_graph.py:238–239  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

236
237 @property
238 def num_nodes(self):
239 return self._num_nodes
240
241 @property
242 def num_rels(self):

Callers 15

_build_neg_graphMethod · 0.45
__init__Method · 0.45
walk_samplerMethod · 0.45
_generateMethod · 0.45
processMethod · 0.45
loadMethod · 0.45
processMethod · 0.45
processMethod · 0.45
processMethod · 0.45
negative_sampleFunction · 0.45
__init__Method · 0.45
add_nodepred_splitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected