Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit_hooks/
H A Dmodel.py12 create_forward_tuple_input,
75 ("test_forward_tuple_input", create_forward_tuple_input()),
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_hooks.py10 create_forward_tuple_input,
110 self.checkModule(create_forward_tuple_input(), ((3,),))
H A Dtest_hooks_modules.py476 def create_forward_tuple_input(): function