/aosp_15_r20/external/pytorch/test/distributed/_tools/ |
H A D | test_mod_tracker.py | 93 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.py | 39 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.py | 39 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.py | 39 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.py | 39 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 D | import_source.cpp | 496 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 D | cpp_hook.cpp | 13 const std::string& hook_name) { in check_single_result()
|
H A D | python_hook.cpp | 341 static std::string hook_name(PyObject* hook) { in hook_name() function
|
H A D | custom_function.cpp | 479 const std::string& hook_name) { in check_variable_result()
|
/aosp_15_r20/external/pytorch/torch/distributed/_tools/ |
H A D | mod_tracker.py | 124 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.py | 54 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.py | 54 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.py | 54 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.py | 54 def __init__(self, hook_name=None): argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | class_type.cpp | 102 const std::string& hook_name = forward_hooks_[hook_idx]->name(); in getForwardHookErrorMessage() local
|
/aosp_15_r20/tools/repohooks/rh/ |
H A D | hooks.py | 325 def _check_cmd(hook_name, project, commit, cmd, fixup_cmd=None, **kwargs): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/ |
H A D | callbacks.py | 366 def _call_batch_hook_helper(self, hook_name, batch, logs): argument
|