TensorPlay
API symbolsdistributed
Copy
View MarkdownDownload .md

TCPStore

class tensorplay.distributed._store.TCPStore(host_name: str, port: int = 0, world_size: int = -1, is_master: bool = False, timeout: float = 300.0, wait_for_workers: bool = True)[source]

Client for a threaded TCP key-value server (torch.distributed.TCPStore subset: set/get/add/delete/check as used by rendezvous and barriers).

Ask DeepWiki