Home
last modified time | relevance | path

Searched defs:create_script_module (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Djit_metaprogramming_utils.py590 def create_script_module(self, nn_module, constructor_args, *args, **kwargs): function
/aosp_15_r20/external/pytorch/torch/jit/
H A D_recursive.py536 def create_script_module(nn_module, stubs_fn, share_types=True, is_tracing=False): function
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py16089 def create_script_module(*args, **kwargs): function