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

Method size

python/dgl/graphbolt/feature_store.py:92–100  ·  view source on GitHub ↗

Get the size of the feature. Returns ------- torch.Size The size of the feature.

(self)

Source from the content-addressed store, hash-verified

90 raise NotImplementedError
91
92 def size(self):
93 """Get the size of the feature.
94
95 Returns
96 -------
97 torch.Size
98 The size of the feature.
99 """
100 raise NotImplementedError
101
102 def count(self):
103 """Get the count of the feature.

Callers 15

processMethod · 0.45
processMethod · 0.45
forwardMethod · 0.45
reduce_funcMethod · 0.45
D_power_XFunction · 0.45
D_power_bias_XFunction · 0.45
reduce_funcMethod · 0.45
backwardMethod · 0.45
forwardMethod · 0.45
_init_masksMethod · 0.45
explain_nodeMethod · 0.45
_init_masksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected