Home
last modified time | relevance | path

Searched defs:hook_fn (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/utils/data/datapipes/
H A Ddatapipe.py200 def set_getstate_hook(cls, hook_fn): argument
206 def set_reduce_ex_hook(cls, hook_fn): argument
339 def set_getstate_hook(cls, hook_fn): argument
345 def set_reduce_ex_hook(cls, hook_fn): argument
/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_load_state_dict.py192 def hook_fn( function
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor.py10144 def hook_fn(scheduler, nodes): function