Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dcompilation_unit.h236 std::unordered_set<Function*> hooks_to_delete; in _clear_python_cu() local
238 hooks_to_delete.insert(hook); in _clear_python_cu()
241 hooks_to_delete.insert(pre_hook); in _clear_python_cu()
243 for (const auto& hook : hooks_to_delete) { in _clear_python_cu()