Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DTypes.hpp121 struct AllreduceOptions { struct
122 ReduceOp reduceOp = ReduceOp::SUM;
123 std::chrono::milliseconds timeout = kUnsetTimeout;
124 std::optional<at::Tensor> sparseIndices = std::nullopt;
H A DFakeProcessGroup.hpp32 const AllreduceOptions& /* opts */ = AllreduceOptions()) override { in allreduce()
38 const AllreduceOptions& /* opts */ = AllreduceOptions()) override { in allreduce_sparse()
H A DBackend.hpp92 const AllreduceOptions& /* opts */ = AllreduceOptions()) { in allreduce()
100 const AllreduceOptions& /* opts */ = AllreduceOptions()) { in allreduce_sparse()