Home
last modified time | relevance | path

Searched refs:ModuleBasic (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/backends/apple/mps/test/
H A Dtest_mps_models.py40 class ModuleBasic(torch.nn.Module): class
42 super(ModuleBasic, self).__init__()
363 "module_basic": lambda: (ModuleBasic(), ModuleBasic().get_random_inputs()),
/aosp_15_r20/external/executorch/test/models/
H A Dexport_program.py36 class ModuleBasic(nn.Module): class
38 super(ModuleBasic, self).__init__()
H A Dtargets.bzl64 "ModuleBasic",
/aosp_15_r20/external/executorch/test/end2end/
H A Dtest_end2end.py92 class ModuleBasic(nn.Module): class
94 super(ModuleBasic, self).__init__()
591 maketest(ModuleBasic, run_executor=False, ignore_to_out_var_failure=True)(self)