Home
last modified time | relevance | path

Searched defs:true_expr (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_tree_views.cpp347 [](const Expr& cond, const Expr& true_expr, const Expr& false_expr) { in initTreeViewBindings()
/aosp_15_r20/external/pigweed/pw_preprocessor/public/pw_preprocessor/internal/
H A Darg_count_impl.h20 #define _PW_IF(boolean, true_expr, false_expr) \ argument
23 #define _PW_IF_0(true_expr, false_expr) false_expr argument
24 #define _PW_IF_1(true_expr, false_expr) true_expr argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dtree_views.h1126 Expr true_expr() const { in true_expr() function
H A Dir_emitter.cpp1353 auto true_expr = [&] { return emitExpr(expr.true_expr(), type_hint); }; in emitTernaryIf() local