Home
last modified time | relevance | path

Searched defs:hook_name (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/_tools/
H A Dtest_mod_tracker.py93 def hook(mod, hook_name): argument
166 def hook(mod, mt, hook_name): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/
D_impl.py39 def __init__(self, hook_name): argument
297 def _call_hook(self, hook_name, kwargs): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/
D_impl.py39 def __init__(self, hook_name): argument
297 def _call_hook(self, hook_name, kwargs): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/
D_impl.py39 def __init__(self, hook_name): argument
297 def _call_hook(self, hook_name, kwargs): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/
D_impl.py39 def __init__(self, hook_name): argument
297 def _call_hook(self, hook_name, kwargs): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dimport_source.cpp496 std::string hook_name = StringLiteral(hook).text(); in importClass() local
596 for (const std::string& hook_name : hooks_order) { in importClass() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dcpp_hook.cpp13 const std::string& hook_name) { in check_single_result()
H A Dpython_hook.cpp341 static std::string hook_name(PyObject* hook) { in hook_name() function
H A Dcustom_function.cpp479 const std::string& hook_name) { in check_variable_result()
/aosp_15_r20/external/pytorch/torch/distributed/_tools/
H A Dmod_tracker.py124 def set_hook(hook, user_hook, hook_name): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/
D_in_process.py54 def __init__(self, hook_name=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/
D_in_process.py54 def __init__(self, hook_name=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/
D_in_process.py54 def __init__(self, hook_name=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/
D_in_process.py54 def __init__(self, hook_name=None): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dclass_type.cpp102 const std::string& hook_name = forward_hooks_[hook_idx]->name(); in getForwardHookErrorMessage() local
/aosp_15_r20/tools/repohooks/rh/
H A Dhooks.py325 def _check_cmd(hook_name, project, commit, cmd, fixup_cmd=None, **kwargs): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dcallbacks.py366 def _call_batch_hook_helper(self, hook_name, batch, logs): argument