Home
last modified time | relevance | path

Searched defs:pack_hook (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_saved_variable_hooks.cpp12 py::function& pack_hook, in PySavedVariableHooks()
61 py::function& pack_hook, in push_hooks()
H A Dinit.cpp427 [](py::function& pack_hook, py::function& unpack_hook) { in THPAutograd_initExtension()
522 py::function& unpack_hook) { in THPAutograd_initExtension()
/aosp_15_r20/external/pytorch/torch/utils/
H A Dcheckpoint.py1053 def pack_hook(x): function
1101 def pack_hook(x): function
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DSavedTensorHooks.cpp61 void SavedTensorDefaultHooks::push_hooks(SafePyObject pack_hook, SafePyObject unpack_hook) { in push_hooks()
/aosp_15_r20/external/pytorch/test/distributed/fsdp/
H A Dtest_checkpoint_wrapper.py347 def patched_init(saved_tensor_hook_obj, pack_hook, _): argument
/aosp_15_r20/external/pytorch/torch/autograd/
H A Dgraph.py577 def pack_hook(t): function
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_compiled_autograd.py2643 def pack_hook(x): function
/aosp_15_r20/external/pytorch/test/
H A Dtest_autograd.py9516 def pack_hook(x): function
9567 def pack_hook(x): function
9606 def pack_hook(x): function
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_repros.py1091 def pack_hook(x): function