Home
last modified time | relevance | path

Searched defs:module_cls (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/nn/utils/
H A Dinit.py7 def skip_init(module_cls, *args, **kwargs): argument
/aosp_15_r20/external/pytorch/torch/distributed/nn/api/
H A Dremote_module.py92 def _create_module(module_cls, args, kwargs, device): argument
104 module_cls, args, kwargs, device, module_interface_cls argument
/aosp_15_r20/external/pytorch/test/lazy/
H A Dtest_extract_compiled_graph.py184 def maketest(module_cls, exception_msg_pattern=None, ctxmgr=None): argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_modules.py63 module_cls = getattr(namespace, module_name) variable
144 def get_module_common_name(module_cls): argument
212 module_cls, # Class object for the module under test argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Ddistributed_test.py8542 def _test_output_unused_in_loss(self, module_cls, gradient_as_bucket_view): argument