Home
last modified time | relevance | path

Searched refs:getSparseGradIndices (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/csrc/distributed/c10d/
Ddefault_comm_hooks.cpp51 if (bucket.getSparseGradIndices().has_value()) { in runHook()
53 opts.sparseIndices = bucket.getSparseGradIndices().value(); in runHook()
Dcomm.hpp75 std::optional<at::Tensor>& getSparseGradIndices() { in getSparseGradIndices() function in c10d::GradBucket