Home
last modified time | relevance | path

Searched refs:create_module_forward_single_input (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/jit_hooks/
H A Dmodel.py14 create_module_forward_single_input,
59 ("test_module_forward_single_input", create_module_forward_single_input()),
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_hooks.py12 create_module_forward_single_input,
66 self.checkModule(create_module_forward_single_input(), ("a",))
H A Dtest_hooks_modules.py201 def create_module_forward_single_input(): function