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

Method array_size

python/dgl/partition.py:561–563  ·  view source on GitHub ↗

Get the total size of the first dimension of the partitioned array.

(self)

Source from the content-addressed store, hash-verified

559 return self._num_parts
560
561 def array_size(self):
562 """Get the total size of the first dimension of the partitioned array."""
563 return self._array_size
564
565 def get(self):
566 """Get the C-handle for this object."""

Callers 1

Calls

no outgoing calls

Tested by 1