Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dgraph_task.h221 TORCH_API bool get_current_graph_task_keep_graph();
H A Dengine.cpp417 bool get_current_graph_task_keep_graph() { in get_current_graph_task_keep_graph() function
H A Dinit.cpp450 return torch::autograd::get_current_graph_task_keep_graph(); in THPAutograd_initExtension()
H A Dpython_function.cpp1208 if (!get_current_graph_task_keep_graph()) { in THPFunction_maybe_clear_saved_tensors()