Searched refs:multi_set (Results 1 – 3 of 3) sorted by relevance
/external/pytorch/test/distributed/ |
D | test_store.py | 153 store.multi_set(["foo", "bar"], ["po", "tato"]) 473 store.multi_set(["foo", "bar"], ["po", "tato"]) 797 def multi_set(self, keys, values): member in DummyStore 816 store.multi_set(["foo", "bar"], [b"v", b"v"]) 830 store.multi_set(["foo", "bar"], [b"v", b"v"]) 856 prefix.multi_set(["foo", "bar"], [b"x", b"y"]) 869 store.multi_set(["a", "b"], [b"c", b"d"])
|
/external/pytorch/torch/csrc/distributed/c10d/ |
D | ProcessGroupGloo.hpp | 154 void multi_set( in multi_set() function in c10d::ProcessGroupGloo::GlooStore
|
/external/pytorch/torch/distributed/elastic/agent/server/ |
D | api.py | 625 store.multi_set(keys, values)
|