Home
last modified time | relevance | path

Searched refs:multi_set (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/test/distributed/
Dtest_store.py153 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/
DProcessGroupGloo.hpp154 void multi_set( in multi_set() function in c10d::ProcessGroupGloo::GlooStore
/external/pytorch/torch/distributed/elastic/agent/server/
Dapi.py625 store.multi_set(keys, values)