Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTypes.hpp146 struct ScatterOptions { struct
147 int64_t rootRank = 0;
148 std::chrono::milliseconds timeout = kUnsetTimeout;
149 bool asyncOp = true;
H A DFakeProcessGroup.hpp116 const ScatterOptions& /* opts */ = ScatterOptions()) override { in scatter()
H A DBackend.hpp195 const ScatterOptions& /* opts */ = ScatterOptions()) { in scatter()