Searched refs:boolean_ops (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/cpython2/Misc/Vim/ |
D | vim_syntax.py | 30 boolean_ops = ('and', 'in', 'is', 'not', 'or') variable 84 if kw not in (looping + conditionals + boolean_ops + 95 ("Operator", "pythonOperator", "keyword", boolean_ops),
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | validator.py | 249 boolean_ops = {operator.not_, operator.and_, operator.or_} 250 as_bool = op in boolean_ops
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | common.py | 272 def boolean_ops(): function 317 if op_name in boolean_ops():
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_torchinductor.py | 9303 from torch._inductor.codegen.common import boolean_ops 9360 elif node.target in boolean_ops():
|