Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/distributed/c10d/
DTypes.hpp114 struct BroadcastOptions { struct
115 int64_t rootRank = 0;
116 int64_t rootTensor = 0;
117 std::chrono::milliseconds timeout = kUnsetTimeout;
118 bool asyncOp = true;
DFakeProcessGroup.hpp26 const BroadcastOptions& /* opts */ = BroadcastOptions()) override { in broadcast()
DBackend.hpp84 const BroadcastOptions& /* opts */ = BroadcastOptions()) { in broadcast()