gigl.types.GraphPartitionData#
- class gigl.types.distributed.GraphPartitionData(edge_index: Tensor, edge_ids: Tensor, weights: Tensor | None = None)#
Bases:
object
Data and indexing info of a graph partition.
Methods
- __delattr__(name)#
Implement delattr(self, name).
- __eq__(other)#
Return self==value.
- __hash__()#
Return hash(self).
- __init__(edge_index: Tensor, edge_ids: Tensor, weights: Tensor | None = None) None #
- __repr__()#
Return repr(self).
- __setattr__(name, value)#
Implement setattr(self, name, value).
- __weakref__#
list of weak references to the object (if defined)