distributed_object
Small point-to-point object transport independent of a model runtime.
Functions
- distributed_isend_obj(obj, dst=0, group=None)
- Parameters:
obj (Any)
dst (int)
- distributed_recv_obj(src=None, group=None)
- Parameters:
src (int | None)
- Return type:
Any
- distributed_send_obj(obj, dst=0, group=None)
- Parameters:
obj (Any)
dst (int)
- Return type:
None