gigl.distributed.DistributedContext#

class gigl.distributed.dist_context.DistributedContext(main_worker_ip_address: str, global_rank: int, global_world_size: int)#

Bases: object

GiGL Distributed Context

Methods

__init__

__delattr__(name)#

Implement delattr(self, name).

__eq__(other)#

Return self==value.

__hash__()#

Return hash(self).

__init__(main_worker_ip_address: str, global_rank: int, global_world_size: int) None#
__repr__()#

Return repr(self).

__setattr__(name, value)#

Implement setattr(self, name, value).

__weakref__#

list of weak references to the object (if defined)