Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dvariable.cpp214 void rebase_history(const Variable& self, Edge gradient_edge) { in rebase_history()
313 Edge gradient_edge(const Variable& self) { in gradient_edge() function
H A Dautograd.cpp103 auto gradient_edge = impl::gradient_edge(output); in run_backward() local
H A Dpython_engine.cpp256 Edge gradient_edge; // Temporary variable to hold the gradient edge in THPEngine_run_backward() local