Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/apple/mps/test/
H A Dtest_mps_models.py198 class ModuleIfElseWithBoolInput(torch.nn.Module): class
399 ModuleIfElseWithBoolInput(),
400 ModuleIfElseWithBoolInput().get_random_inputs(),
/aosp_15_r20/external/executorch/test/end2end/
H A Dtest_end2end.py250 class ModuleIfElseWithBoolInput(nn.Module): class