Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/functions/
H A Dbasic_ops.cpp37 return wrap_outputs(inputs, std::move(outputs), [&](edge_list&& next_edges) { in apply()
49 return wrap_outputs(inputs, std::move(outputs), [&](edge_list&& next_edges) { in apply()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dfunction.h297 const edge_list& next_edges() const noexcept { in next_edges() function
301 edge_list& next_edges() noexcept { in next_edges() function
694 edge_list next_edges; member
H A Dcustom_function.h340 auto next_edges = variable
H A Dpython_function.cpp864 edge_list next_edges; member
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dautograd.cpp23 auto next_edges = node->next_edges(); in graph_desc() local