Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dforward_grad.h127 struct TORCH_API ForwardGrad : std::enable_shared_from_this<ForwardGrad> { struct
139 void clear() { in clear()
171 // This function removes the tangent for a given level from this ForwardGrad argument
186 auto t = (*it).second;
193 bool contains(uint64_t level) { in contains()
198 bool empty() const { in empty()
207 mutable std::mutex mutex_;