Searched refs:false_nested (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/executorch/exir/backend/test/ |
H A D | test_backends_nested.py | 51 def false_nested(y): function 54 z = control_flow.cond(pred2, true_nested, false_nested, [x])
|
H A D | test_backends.py | 1136 def false_nested(y): function 1140 z = control_flow.cond(pred2, true_nested, false_nested, [x])
|
H A D | test_backends_lifted.py | 1124 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 D | test_control_flow.py | 1983 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 D | test_passes.py | 983 def false_nested(y: torch.Tensor) -> torch.Tensor: function 987 z = control_flow.cond(pred2, true_nested, false_nested, [x])
|