Home
last modified time | relevance | path

Searched refs:ExampleCode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/test/distributed/pipelining/
H A Dtest_pipe.py22 class ExampleCode(torch.nn.Module): class
68 ExampleCode: 4,
81 @parametrize("ModelClass", [ExampleCode, MultiMLP, ModelWithParamAlias])
H A Dtest_stage.py7 from model_registry import ExampleCode, ModelWithKwargs, MultiMLP
80 @parametrize("ModelClass", [ExampleCode, MultiMLP])
H A Dmodel_registry.py9 class ExampleCode(torch.nn.Module): class
/aosp_15_r20/external/pytorch/test/
H A Dtest_fx_experimental.py1201 class ExampleCode(torch.nn.Module): class
1218 my_module = ExampleCode()
H A Dtest_fx.py901 class ExampleCode(torch.nn.Module): class
921 ec = ExampleCode()