Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit_hooks/
H A Dmodel.py18 create_module_no_forward_input,
74 ("test_module_no_forward_input", create_module_no_forward_input()),
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_hooks.py16 create_module_no_forward_input,
50 self.checkModule(create_module_no_forward_input(), ())
H A Dtest_hooks_modules.py107 def create_module_no_forward_input(): function