Searched refs:LtE (Results 1 – 18 of 18) sorted by relevance
/external/tensorflow/tensorflow/python/autograph/pyct/testing/ |
D | codegen.py | 63 (gast.LtE, 1),
|
/external/python/cpython2/Parser/ |
D | Python.asdl | 99 cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn
|
/external/python/cpython3/Parser/ |
D | Python.asdl | 102 cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn
|
/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/ |
D | anf.py | 514 gast.Eq, gast.NotEq, gast.Lt, gast.LtE, gast.Gt, gast.GtE,
|
/external/tensorflow/tensorflow/python/tf_program/ |
D | mlir_gen.py | 183 elif isinstance(op, ast.LtE):
|
/external/python/cpython2/Include/ |
D | Python-ast.h | 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator
|
/external/python/cpython3/Python/ |
D | ast_unparse.c | 480 case LtE: in append_ast_compare()
|
D | ast.c | 1238 return LtE; in ast_for_comp_op()
|
D | Python-ast.c | 4514 case LtE: in ast2obj_cmpop() 8774 *out = LtE; in obj2ast_cmpop()
|
D | compile.c | 2491 case LtE: in compiler_addcompare()
|
/external/python/cpython3/Include/ |
D | Python-ast.h | 30 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator
|
/external/python/cpython3/Grammar/ |
D | python.gram | 416 lte_bitwise_or[CmpopExprPair*]: '<=' a=bitwise_or { _PyPegen_cmpop_expr_pair(p, LtE, a) }
|
/external/python/cpython3/Doc/library/ |
D | ast.rst | 457 LtE(), 467 LtE
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/ |
D | tfr_gen.py | 911 elif isinstance(op, ast.LtE):
|
/external/python/cpython2/Python/ |
D | ast.c | 542 return LtE; in ast_for_comp_op()
|
D | Python-ast.c | 3112 case LtE: in ast2obj_cmpop() 6348 *out = LtE; in obj2ast_cmpop()
|
D | compile.c | 2257 case LtE: in cmpop()
|
/external/python/cpython3/Parser/pegen/ |
D | parse.c | 8644 _res = _PyPegen_cmpop_expr_pair ( p , LtE , a ); in lte_bitwise_or_rule()
|