Home
last modified time | relevance | path

Searched refs:reset_backward_hooks (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/impl/
H A DPyInterpreter.cpp129 void reset_backward_hooks(const TensorImpl* self) const override { in reset_backward_hooks() function
130 PANIC(reset_backward_hooks); in reset_backward_hooks()
H A DPyInterpreter.h217 virtual void reset_backward_hooks(const TensorImpl* self) const = 0;
/aosp_15_r20/external/pytorch/torch/csrc/
H A DPyInterpreter.cpp146 void reset_backward_hooks(const c10::TensorImpl* self) const override;
931 void ConcretePyInterpreterVTable::reset_backward_hooks( in reset_backward_hooks() function in torch::detail::__anon56d922760111::ConcretePyInterpreterVTable
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dvariable.cpp204 (*interp)->reset_backward_hooks(self.unsafeGetTensorImpl()); in update_tensor_hooks_on_new_gradfn()