Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/exir/backend/test/
H A Dtest_backends_nested.py51 def false_nested(y): function
54 z = control_flow.cond(pred2, true_nested, false_nested, [x])
H A Dtest_backends.py1136 def false_nested(y): function
1140 z = control_flow.cond(pred2, true_nested, false_nested, [x])
H A Dtest_backends_lifted.py1124 def false_nested(y): function
1128 z = control_flow.cond(pred2, true_nested, false_nested, [x])
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_control_flow.py1983 def false_nested(y): function
1987 z = cond(pred2, true_nested, false_nested, [x])
2506 def false_nested(y): function
2510 z = cond(pred2, true_nested, false_nested, [k])
2630 def false_nested(y): function
2634 z = cond(pred2, true_nested, false_nested, [x])
2675 def false_nested(y): function
2679 z = cond(pred2, true_nested, false_nested, [k])
/aosp_15_r20/external/executorch/exir/tests/
H A Dtest_passes.py983 def false_nested(y: torch.Tensor) -> torch.Tensor: function
987 z = control_flow.cond(pred2, true_nested, false_nested, [x])