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

Method shape

python/dgl/frame.py:222–224  ·  view source on GitHub ↗

Return the scheme shape (feature shape) of this column.

(self)

Source from the content-addressed store, hash-verified

220
221 @property
222 def shape(self):
223 """Return the scheme shape (feature shape) of this column."""
224 return self.scheme.shape
225
226 @property
227 def data(self):

Callers 15

invoke_udf_reduceFunction · 0.45
broadcast_nodesFunction · 0.45
broadcast_edgesFunction · 0.45
_topk_onFunction · 0.45
incidence_matrixMethod · 0.45
_gspmmFunction · 0.45
_gspmm_heteroFunction · 0.45
_gsddmmFunction · 0.45
_gsddmm_heteroFunction · 0.45
_segment_reduceFunction · 0.45
_scatter_addFunction · 0.45

Calls

no outgoing calls

Tested by 9

test_empty_queryFunction · 0.36
test_spmmFunction · 0.36
test_sddmmFunction · 0.36
test_segment_reduceFunction · 0.36
message_funcFunction · 0.36
reduce_funcFunction · 0.36
test_module_svd_peFunction · 0.36
start_clientFunction · 0.36
check_partitionFunction · 0.36