Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTypes.hpp129 struct ReduceOptions { struct
130 ReduceOp reduceOp = ReduceOp::SUM;
131 int64_t rootRank = 0;
132 int64_t rootTensor = 0;
133 std::chrono::milliseconds timeout = kUnsetTimeout;
H A DFakeProcessGroup.hpp51 const ReduceOptions& /* opts */ = ReduceOptions()) override { in reduce()
H A DBackend.hpp123 const ReduceOptions& /* opts */ = ReduceOptions()) { in reduce()