Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit_hooks/
H A Dmodel.py21 create_submodule_forward_single_input,
43 create_submodule_forward_single_input(),
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_hooks.py19 create_submodule_forward_single_input,
89 self.checkModule(create_submodule_forward_single_input(), ("a",))
H A Dtest_hooks_modules.py361 def create_submodule_forward_single_input(): function