Home
last modified time | relevance | path

Searched defs:GatherOptions (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTypes.hpp141 struct GatherOptions { struct
142 int64_t rootRank = 0;
143 std::chrono::milliseconds timeout = kUnsetTimeout;
H A DFakeProcessGroup.hpp109 const GatherOptions& /* opts */ = GatherOptions()) override { in gather()
H A DBackend.hpp186 const GatherOptions& /* opts */ = GatherOptions()) { in gather()