Home
last modified time | relevance | path

Searched refs:ModuleIfWhile (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/backends/apple/mps/test/
H A Dtest_mps_models.py271 class ModuleIfWhile(torch.nn.Module): class
403 "module_if_while": lambda: (ModuleIfWhile(), ModuleIfWhile().get_random_inputs()),
/aosp_15_r20/external/executorch/test/end2end/
H A Dtest_end2end.py323 class ModuleIfWhile(nn.Module): class