Home
last modified time | relevance | path

Searched refs:get_current_graph_task_nodes_in_graph (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dgraph_task.h220 get_current_graph_task_nodes_in_graph();
H A Dengine.cpp409 const std::unordered_set<Node*>* get_current_graph_task_nodes_in_graph() { in get_current_graph_task_nodes_in_graph() function
/aosp_15_r20/external/pytorch/torch/csrc/
H A DModule.cpp1199 torch::autograd::get_current_graph_task_nodes_in_graph(); in THPModule_willEngineExecuteNode()