Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_lazy_modules.py255 def hook_function(module, input): function
259 module.register_forward_pre_hook(hook_function)
276 def hook_function(module, input, output): function
280 module.register_forward_hook(hook_function)
/aosp_15_r20/external/pigweed/pw_rpc/py/tests/
H A Dcallback_client_test.py554 hook_function = mock.Mock()
557 callback_client.Impl(on_call_hook=hook_function),
569 hook_function.assert_called_once()
571 hook_function.call_args[0][0].method.full_name,