gigl.types.FeaturePartitionData#
- class gigl.types.distributed.FeaturePartitionData(feats: Tensor, ids: Tensor)#
Bases:
object
Data and indexing info of a node/edge feature partition.
Methods
- __delattr__(name)#
Implement delattr(self, name).
- __eq__(other)#
Return self==value.
- __hash__()#
Return hash(self).
- __init__(feats: Tensor, ids: Tensor) None #
- __repr__()#
Return repr(self).
- __setattr__(name, value)#
Implement setattr(self, name, value).
- __weakref__#
list of weak references to the object (if defined)